基于 Nuxt koa2 mysql redis Moon 打造的前后端同构demo http://note.xiemengyang.site
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate