replace doc
This commit is contained in:
27
packages/dooringx-dumi-doc/README.md
Normal file
27
packages/dooringx-dumi-doc/README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user