Skip to content

Commit 20bbab4

Browse files
更改说明文件
1 parent 5f559d8 commit 20bbab4

File tree

5 files changed

+15
-15221
lines changed

5 files changed

+15
-15221
lines changed

README.md

+10-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
# cool-ui
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
## 项目简介
74

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
5+
一个基于 Vue3.0 的 UI 组件库,使用了 Typescript 和 less 进行编写
126

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
7+
### 环境
178

18-
### Run your unit tests
19-
```
20-
npm run test:unit
21-
```
9+
Node14.15.0、Vue3.0.2、Typescript4.0.3
2210

23-
### Lints and fixes files
24-
```
25-
npm run lint
26-
```
11+
## 项目启动
12+
13+
```shell
14+
yarn install / npm install
2715

28-
### Customize configuration
29-
See [Configuration Reference](https://cli.vuejs.org/config/).
16+
yarn serve / npm run serve
17+
```

0 commit comments

Comments
 (0)