Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 428 Bytes

《风声·谍战篇》FAQ

开始

本项目使用了 Vuepress 框架,需要 Node.js v18.16.0 以上版本。

推荐安装 Node.js v20。然后执行:

npm install

接下来就可以启动本地调试或者打包了。

本地调试

npm run docs:dev

打包

npm run docs:build