You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# vue-ui-docs
2
2
3
-
> A Vue.js project
3
+
## 从 Vue-cli 开始构建 UI 库到 Markdown 生成文档和演示案例
4
+
5
+
## Overview
6
+
7
+
### [shui.kitorv.com](http://shui.kitorv.com)
4
8
5
9
## Build Setup
6
10
7
-
```bash
11
+
```bash
8
12
# install dependencies
9
13
npm install
10
14
@@ -17,5 +21,3 @@ npm run build
17
21
# build for production and view the bundle analyzer report
18
22
npm run build --report
19
23
```
20
-
21
-
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
0 commit comments