Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 455 Bytes

Koa Vue SSR Template

This template built with Vue 2.x, vue-router & vuex with server-side rendering by koa.

Screenshot

screenshot

Build Setup

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

License

MIT