基于vue,nuxt的SSR项目
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for test and launch server
$ npm run test
$ npm run generate
# build for production and launch server
$ npm run build
$ npm run generate
本demo基本算是正式开发一个基于nuxt服务端渲染的实战项目脚手架,可以放心使用
For detailed explanation on how things work, checkout the Nuxt.js docs.