The simplest possible Vue setup in a simpler webpack environment than the webpack Vue setup
This template is Vue 2.0 compatible.
This template is targeted beginners and advanced users who want to start exploring Vue without the distraction of a complicated development environment.
Feel free to check other templates.
This is a project template for vue-cli.
$ npm install -g vue-cli # Install vue-cli if you haven't already
$ vue init SiwonP/simple my-project # Create a new project based on this template
$ cd my-project # Navigate into your new project folder
$ npm install # Install npm dependencies and dev dependencies
$ npm run dev # Run development server which should open at localhost:8080 with auto refresh
$ npm run build # Run build of the bundle.js in the dist folder
This is in current developpment and it is likely to support more options as time goes by