Skip to content

Commit 4c7e391

Browse files
authored
Update README.md
1 parent cd2bb3f commit 4c7e391

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

README.md

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ DevUI官方网站:[https://devui.design](https://devui.design)
66

77
Tips: 该项目目前还处于孵化和演进阶段,欢迎大家一起参与建设🤝
88

9-
## TODO
9+
## 任务安排
1010

11-
- [ ] Button 按钮
12-
- [ ] Accordion 手风琴
13-
- [ ] Tabs 选项卡
14-
- [ ] CodeBox 代码框
11+
|任务名 |作用 |责任人|
12+
|-- |-- |--|
13+
|移植 d-accordion 组件 |显示左侧组件导航 |[kagol](https://github.com/kagol)|
14+
|移植 d-tabs 组件 |让 Demo/API 的展示分开 |待认领|
15+
|移植 d-codebox 组件 |展示 Demo 中的示例代码 |待认领|
16+
|移植 d-button 组件 |该组件将成为第一个成功移植过程的 Vue 组件|[Zcating](https://github.com/Zcating)|
17+
|编写 Button 组件的 Demo|显示组件的 Demo |待认领|
18+
|集成 API 文档 |显示组件的 API |待认领|
1519

1620
## 1 安装依赖
1721

@@ -23,24 +27,6 @@ or
2327
npm i
2428
```
2529

26-
### 安装单个依赖包
27-
28-
```
29-
yarn add dayjs
30-
```
31-
32-
### 安装开发依赖包
33-
34-
```
35-
yarn add -D @commitlint/cli @commitlint/config-conventional husky
36-
```
37-
38-
### 移除依赖包
39-
40-
```
41-
yarn remove dayjs
42-
```
43-
4430
## 2 启动
4531

4632
```

0 commit comments

Comments
 (0)