Skip to content

vue 服务端渲染(ssr)脚手架 最低支持ie9

Notifications You must be signed in to change notification settings

zhengybo/vue-ssr

Repository files navigation

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