/vue-spapt2

Part two of the single page application series with vue.js for scotch.io

Primary LanguageJavaScript

spa

Part 2 of the Vue.js single page application project using vue-router by samuelayo

For the first part of this series, please visit: https://github.com/samuelayo/vue-spapt1

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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