Webpack setup for
vuejs,stylus+postcss (autoprefixer and cssnano),pug|jadegenerate separed files
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init cyberlis/vue-webpack-template my-project
$ cd my-project
$ npm install
$ npm run devnpm run dev: Webpack-dev-server +vue+stylus+postcss (autoprefixer and cssnano)+pug|jadewith proper config for sourceMaps & hot-reload.npm run build: Production build with CSS and JS minification indistdirectory.