|
@@ -1,23 +1,44 @@
|
|
|
# vue-antd-pro
|
|
|
-
|
|
|
-use [Ant Design of Vue 1.1.0](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/)
|
|
|
-
|
|
|
-## Project setup
|
|
|
-```
|
|
|
-yarn install
|
|
|
-```
|
|
|
-
|
|
|
-### Compiles and hot-reloads for development
|
|
|
-```
|
|
|
-yarn run serve
|
|
|
-```
|
|
|
-
|
|
|
-### Compiles and minifies for production
|
|
|
-```
|
|
|
-yarn run build
|
|
|
-```
|
|
|
-
|
|
|
-### Lints and fixes files
|
|
|
-```
|
|
|
-yarn run lint
|
|
|
+
|
|
|
+基于 [Ant Design of Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/) 实现的 [Ant Design Pro](https://pro.ant.design/) Vue 版
|
|
|
+
|
|
|
+[预览地址](https://pro.loacg.com/) **附带一些后台基础用到的列表展示例子**
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+## 环境和依赖
|
|
|
+- node
|
|
|
+- yarn
|
|
|
+- webpack
|
|
|
+- eslint
|
|
|
+- @vue/cli 3.0.3
|
|
|
+- [vue-cropper (头像裁剪组件)](https://github.com/xyxiao001/vue-cropper)
|
|
|
+- [@antv/g2] (https://antv.alipay.com/zh-cn/index.html)
|
|
|
+- [viser-vue (封装de antv/g2)](https://viserjs.github.io/docs.html#/viser/guide/installation)
|
|
|
+
|
|
|
+
|
|
|
+## Project setup
|
|
|
+```
|
|
|
+yarn install
|
|
|
+```
|
|
|
+
|
|
|
+### Compiles and hot-reloads for development
|
|
|
+```
|
|
|
+yarn run serve
|
|
|
+```
|
|
|
+
|
|
|
+### Compiles and minifies for production
|
|
|
+```
|
|
|
+yarn run build
|
|
|
+```
|
|
|
+
|
|
|
+### Lints and fixes files
|
|
|
+```
|
|
|
+yarn run lint
|
|
|
```
|