This template built with Vue 2.x, vue-router & vuex with server-side rendering by koa.
Requires Node.js 7+
# install dependencies
npm install # or yarn install
# serve in dev mode, with hot reload at localhost:8080
npm run dev
# build for production
npm run build
# serve in production mode
npm start
MIT