Skip to content

Files

Latest commit

ddb7532 · Aug 23, 2017

History

History
24 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 865 Bytes

vuejs-spa

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.

Build Setup

# 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 --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Reference