Webpack setup for
vuejs
,stylus
+postcss (autoprefixer and cssnano)
,pug|jade
generate 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 dev
npm run dev
: Webpack-dev-server +vue
+stylus
+postcss (autoprefixer and cssnano)
+pug|jade
with proper config for sourceMaps & hot-reload.npm run build
: Production build with CSS and JS minification indist
directory.