File tree Expand file tree Collapse file tree 1 file changed +42
-21
lines changed Expand file tree Collapse file tree 1 file changed +42
-21
lines changed Original file line number Diff line number Diff line change 1
1
# vue-antd-pro
2
-
3
- use [ Ant Design of Vue 1.1.0] ( https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/ )
4
-
5
- ## Project setup
6
- ```
7
- yarn install
8
- ```
9
-
10
- ### Compiles and hot-reloads for development
11
- ```
12
- yarn run serve
13
- ```
14
-
15
- ### Compiles and minifies for production
16
- ```
17
- yarn run build
18
- ```
19
-
20
- ### Lints and fixes files
21
- ```
22
- yarn run lint
2
+
3
+ 基于 [ Ant Design of Vue] ( https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/ ) 实现的 [ Ant Design Pro] ( https://pro.ant.design/ ) Vue 版
4
+
5
+ [ 预览地址] ( https://pro.loacg.com/ ) ** 附带一些后台基础用到的列表展示例子**
6
+
7
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-134306.png )
8
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-134251.png )
9
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-155011.png )
10
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-154921.png )
11
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-155317.png )
12
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-154937.png )
13
+ ![ ] ( https://static-2.loacg.com/open/static/github/20180916-154950.png )
14
+
15
+ ## 环境和依赖
16
+ - node
17
+ - yarn
18
+ - webpack
19
+ - eslint
20
+ - @vue/cli 3.0.3
21
+ - [ vue-cropper (头像裁剪组件)] ( https://github.com/xyxiao001/vue-cropper )
22
+ - [ @antv/g2 ] (https://antv.alipay.com/zh-cn/index.html )
23
+ - [ viser-vue (封装de antv/g2)] ( https://viserjs.github.io/docs.html#/viser/guide/installation )
24
+
25
+
26
+ ## Project setup
27
+ ```
28
+ yarn install
29
+ ```
30
+
31
+ ### Compiles and hot-reloads for development
32
+ ```
33
+ yarn run serve
34
+ ```
35
+
36
+ ### Compiles and minifies for production
37
+ ```
38
+ yarn run build
39
+ ```
40
+
41
+ ### Lints and fixes files
42
+ ```
43
+ yarn run lint
23
44
```
You can’t perform that action at this time.
0 commit comments