1.0.6 • Published 9 years ago
webpack-scss-postcss-babel-setup v1.0.6
webpack-scss-postcss-babel-setup
$ npm install webpack-scss-postcss-babel-setupFeatures
- Quick setup for webpack 2
- ES6 ready with babel
- sass and postcss loader (autoprefixer)
Instructions:
In the folder where you want your project to be located, run this command to build some sample files.
Go into downloaded setup folder (sorry for the long name) It is just installed in node_modules. You may want to rename it and pull out from that folder.
$ cd webpack-scss-postcss-babel-setupInstall packages$ npm installRun your project with webpack-dev server
$ npm run dev