Since Vue cli 3 was realead it's better way to use it now https://github.com/vuejs/vue-cli.
A Webpack setup with hot-reload, lint-on-save & css extraction.
This template based on Vue 2.x compatible and webpack 2.
- Vue (2.x)
- Vue-router
- Vuex
- Webpack 2 (2.1.0-beta.22)
- Eslint (optional)
This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init romamilkovic/vue-starter new-project
$ cd new-project
$ npm install
$ npm run dev