Files
dooring/packages/dooringx-dumi-doc/README.md
hufeixiong 0fe64cc6be replace doc
2021-11-24 12:50:19 +08:00

28 lines
252 B
Markdown

# 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
```