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!