This commit is contained in:
tanghc
2021-03-18 17:11:56 +08:00
parent 8cdb1fd031
commit 9188916926
13 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 门户网站方案2
基于文档https://www.vuepress.cn/
- 初始化
npm install
- 启动
npm run docs:dev
- 构建
npm run docs:build
结果在:`docs/.vuepress/dist`