replace doc

This commit is contained in:
hufeixiong
2021-11-24 12:50:19 +08:00
parent 18b8e80782
commit 0fe64cc6be
82 changed files with 5514 additions and 3332 deletions

View File

@@ -0,0 +1,27 @@
# dooringx-dumi-doc
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Build library via `father-build`,
```bash
$ npm run build
```