project init

This commit is contained in:
zhangyiming
2020-11-16 14:10:17 +08:00
parent 721b84824c
commit 58f3fcbaf3
41 changed files with 6922 additions and 0 deletions

19
doc/README.md Normal file
View File

@@ -0,0 +1,19 @@
# simplicity
简约而不简单的文档
# 安装依赖
```
npm install
```
# 文档启动
```
npm run docs
```
# 文档打包
```
npm run docs:build
```
打包后会在.vitepress文件夹下生成dist目录