Skip to content

Commit abfe997

Browse files
committed
update readme
1 parent cf44465 commit abfe997

1 file changed

Lines changed: 15 additions & 21 deletions

File tree

README.md

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
11
# wz-doc
22

3-
[![NPM version](https://img.shields.io/npm/v/wz-doc.svg?style=flat)](https://npmjs.org/package/wz-doc)
4-
[![NPM downloads](http://img.shields.io/npm/dm/wz-doc.svg?style=flat)](https://npmjs.org/package/wz-doc)
3+
基于dumi 的博客 配置内开启了 SSR
4+
## 版本信息
55

6-
A react library developed with dumi
6+
这是一个示例 [DEMO](https://djgo.cc/)
77

8-
## Usage
8+
![图片](https://github.com/WangSunio/img/blob/main/images/blog-demo.png?raw=true)
9+
10+
```bash
11+
dumi v2.1.24
12+
umi@4.0.68
913

10-
TODO
1114

12-
## Options
15+
```
1316

14-
TODO
1517

16-
## Development
18+
## 开发
1719

1820
```bash
1921
# install dependencies
20-
$ yarn install
21-
22-
# develop library by docs demo
23-
$ yarn start
24-
25-
# build library source code
26-
$ yarn run build
22+
$ npm install
2723

28-
# build library source code in watch mode
29-
$ yarn run build:watch
24+
# 开发
25+
$ npm run dev
3026

31-
# build docs
32-
$ yarn run docs:build
27+
# 打包
28+
$ npm run build
3329

34-
# check your project for potential problems
35-
$ yarn run doctor
3630
```
3731

3832
## LICENSE

0 commit comments

Comments
 (0)