File tree Expand file tree Collapse file tree 1 file changed +9
-23
lines changed Expand file tree Collapse file tree 1 file changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ DevUI官方网站:[https://devui.design](https://devui.design)
6
6
7
7
Tips: 该项目目前还处于孵化和演进阶段,欢迎大家一起参与建设🤝
8
8
9
- ## TODO
9
+ ## 任务安排
10
10
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 | 待认领|
15
19
16
20
## 1 安装依赖
17
21
23
27
npm i
24
28
```
25
29
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
-
44
30
## 2 启动
45
31
46
32
```
You can’t perform that action at this time.
0 commit comments