A Vue.js 2.0 and Webpack template with the following plugins for SPA functionality:
$ git clone https://github.com/Gangwolf/vue-with-webpack.git my-project
$ cd my-project
$ npm install
$ npm start
-
npm start
: Webpack + vue-loader. -
npm build
: build with HTML/CSS/JS minification.
This template was forked from vue-cli, for detailed explanation on how things work, view the docs for vue-loader.
You can fork this template to create your own boilerplate.
- Fork it: https://github.com/Gangwolf/vue-with-webpack/fork
- Commit your changes:
git commit -am 'Change some stuff'
- Push it:
git push origin my-new-feature