A simple webpack2 template with vuets + vue/vue-router 1.0. Supports tree-shaking with es2015 modules
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init vuets/webpack2-simple-vue1 my-project
$ cd my-project
$ npm install
$ npm run dev
-
npm run dev
: Webpack +vue-loader
with proper config for source maps & hot-reload. -
npm run build
: build with CSS/JS minification using closure compiler.
For detailed explanation on how things work, consult the docs for vue-loader.