A Simple Single Page Application Demo Using Vue.js 2 following the How To Build A Simple Single Page Application Using Vue 2 (Part 1) tutorial.
# install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --reportFor detailed explanation on how things work, checkout the guide and docs for vue-loader.