Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 270 Bytes

vue-ssr

vue 同构

基于 koa vue vuex axios webpack... 的同构服务端渲染

# install dependencies
npm install

# if you already have a server
npm run dev

# build for production with minification
npm run build

# package deployment
npm start