└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Poi 2 | 3 | [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 4 | 5 | ## Presets 6 | 7 | - [poi-preset-babel-minify](https://github.com/egoist/poi/tree/master/packages/poi-preset-babel-minify) - Minify JS with babel-minify instead of uglify-js. 8 | - [poi-preset-buble](https://github.com/egoist/poi/tree/master/packages/poi-preset-buble) - Transpile JS files with Buble instead of Babel. 9 | - [poi-preset-bundle-report](https://github.com/egoist/poi/tree/master/packages/poi-preset-bundle-report) - Realize what's really inside your bundle. 10 | - [poi-preset-coffee](https://github.com/egoist/poi/tree/master/packages/poi-preset-coffee) - Add CoffeeScript 2 support. 11 | - [poi-preset-elm](https://github.com/egoist/poi/tree/master/packages/poi-preset-elm) - Add elm support. 12 | - [poi-preset-eslint](https://github.com/egoist/poi/tree/master/packages/poi-preset-eslint) - Run ESLint while bundling. 13 | - [poi-preset-karma](https://github.com/egoist/poi/tree/master/packages/poi-preset-karma) - Add Karma support. 14 | - [poi-preset-offline](https://github.com/egoist/poi/tree/master/packages/poi-preset-offline) - Add offline-plugin support for building PWA app. 15 | - [poi-preset-sw-precache](https://github.com/egoist/poi/tree/master/packages/poi-preset-sw-precache) - Integrated sw-precache-webpack-plugin into production configuration to add Progressive Web App support. 16 | - [poi-preset-react](https://github.com/egoist/poi/tree/master/packages/poi-preset-react) - Enable React JSX and React hot reloading support. 17 | - [poi-preset-riot](https://github.com/egoist/poi/tree/master/packages/poi-preset-riot) - Add Riot support. 18 | - [poi-preset-storybook](https://github.com/egoist/poi/tree/master/packages/poi-preset-buble) - Add Storybook support. 19 | - [poi-preset-svelte](https://github.com/egoist/poi/tree/master/packages/poi-preset-svelte) - Add Svelte support. 20 | - [poi-preset-transform-test-files](https://github.com/egoist/poi/tree/master/packages/poi-preset-transform-test-files) - Use Poi to transform test files. 21 | - [poi-preset-typescript](https://github.com/egoist/poi/tree/master/packages/poi-preset-typescript) - Add Typescript support. 22 | - [poi-preset-webpackmonitor](https://github.com/egoist/poi/tree/master/packages/poi-preset-webpackmonitor) - Monitoring webpack optimization metrics. 23 | - [poi-preset-uglify-es](https://github.com/morrislaptop/poi-preset-uglify-es) - Use the next version of UglifyJS (uglify-es) to minify your ES6+ files. 24 | - [poi-preset-purifycss](https://github.com/morrislaptop/poi-preset-purifycss) - Tree shake your CSS just like your JS. 25 | 26 | ## Examples 27 | 28 | - [storybook-vue-example](https://github.com/poi-examples/storybook-vue-example): Demonstrate Vue components using Storybook. 29 | - [preact-redux-example](https://github.com/poi-examples/preact-redux-example): Minimal Preact Redux todo app. 30 | - [vue-ts-example](https://github.com/poi-examples/vue-ts-example): Minimal Vue TypeScript example. 31 | - [eslint-example](https://github.com/poi-examples/eslint-example): Run ESLint CLI against your Poi project. 32 | - [more...](https://github.com/poi-examples) 33 | 34 | ## Projects 35 | 36 | ### Open-source projects 37 | 38 | - [codepan](https://github.com/egoist/codepan) - Like codepen and jsbin but works offline. 39 | - [jsx-editor](https://github.com/egoist/jsx-editor) - JSX Live Editor. 40 | - [vstar](https://github.com/sinchang/vstar) - A simple web app to show your or others GitHub repos stars. 41 | - [npmarket](https://github.com/qingwei-li/npmarket) - More efficient search for node packages. 42 | - [sublog](https://github.com/sinchang/sublog) - Build a static blog website from GitHub Issues. 43 | - [emoji.js.org](https://emoji.js.org) - Unfancy emoji searcher. 44 | - [ANII](https://github.com/egoist/anii) - A minimalistic web video player. 45 | - [WhyVote.us](http://whyvote.us) - Info about the American presidential voting system. 46 | - [NBA scores](https://nba.now.sh) - A simple Vue project that displays daily NBA scores. 47 | 48 | ## Links 49 | 50 | - [Poi on Medium](https://medium.com/poi-js) 51 | - [Poi on Twitter](https://twitter.com/poi__js) 52 | 53 | --------------------------------------------------------------------------------