副课程
Nuxt.js Udemy课程
构建设置
# 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
有关工作原理的详细说明,
博客前服务
Greenpress平台的前端服务。
使用Nuxt.js和vue进行SSR。
构建设置
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ n