We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f559d8 commit 20bbab4Copy full SHA for 20bbab4
README.md
@@ -1,29 +1,17 @@
1
# cool-ui
2
3
-## Project setup
4
-```
5
-npm install
6
+## 项目简介
7
8
-### Compiles and hot-reloads for development
9
10
-npm run serve
11
+一个基于 Vue3.0 的 UI 组件库,使用了 Typescript 和 less 进行编写
12
13
-### Compiles and minifies for production
14
15
-npm run build
16
+### 环境
17
18
-### Run your unit tests
19
20
-npm run test:unit
21
+Node14.15.0、Vue3.0.2、Typescript4.0.3
22
23
-### Lints and fixes files
24
25
-npm run lint
26
+## 项目启动
+
+```shell
+yarn install / npm install
27
28
-### Customize configuration
29
-See [Configuration Reference](https://cli.vuejs.org/config/).
+yarn serve / npm run serve
+```
0 commit comments