Skip to content

Files

Latest commit

author
Victor
Oct 27, 2018
9798631 · Oct 27, 2018

History

History
10 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 280 Bytes

个人博客源码

开发环境

  1. 运行npm run staticize生成静态HTML文件
  2. 运行npm start启动开发服务器

生产环境

  1. 设置NODE_ENV的值为production
  2. 运行npm run build生成所有前端静态文件
  3. 运行npm start启动服务器