添加文档在线访问地址,开发者必看

This commit is contained in:
zhangyiming 2020-11-17 19:19:27 +08:00
parent 5cc990859d
commit bb8b6e0799
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@
一套基于TS的增删改查系统前端语言Vue3.0、React、Angular后端语言node+express采用了三种数据库MySQL、MongoDB、SQLite编写。 一套基于TS的增删改查系统前端语言Vue3.0、React、Angular后端语言node+express采用了三种数据库MySQL、MongoDB、SQLite编写。
A TS based add, delete, modify and query system, the front-end language vue3.0, react, angular, back-end language node + Express, using three kinds of database mysql, mongodb, SQLite A TS based add, delete, modify and query system, the front-end language vue3.0, react, angular, back-end language node + Express, using three kinds of database mysql, mongodb, SQLite
## 文档地址
https://xiaoxian521.github.io/zh/standard/
## 结构介绍 ## 结构介绍
① sql为数据库存放文件夹 ① sql为数据库存放文件夹
② doc为文档编写存放文件夹 ② doc为文档编写存放文件夹

View File

@ -9,6 +9,8 @@ npm run docs:build
# 进入生成的文件夹 # 进入生成的文件夹
cd docs/.vitepress/dist cd docs/.vitepress/dist
touch .nojekyll
# 如果是发布到自定义域名 # 如果是发布到自定义域名
# echo 'www.example.com' > CNAME # echo 'www.example.com' > CNAME