Jighead
6/28/2017 - 2:57 PM

Setup VUE cli and webpack From http://vue-loader.vuejs.org/en/start/setup.html

Setup VUE cli and webpack From http://vue-loader.vuejs.org/en/start/setup.html

npm install -g vue-cli
# vue init <template-name> <project-name>
vue init webpack-simple my-hello-vue
cd my-hello-vue
npm install
npm run dev # ready to go!