@@ -51,7 +51,7 @@ Overview
51
51
- [ @antv/g2 ] ( https://antv.alipay.com/zh-cn/index.html ) - Alipay AntV 数据可视化图表
52
52
- [ Viser-vue] ( https://viserjs.github.io/docs.html#/viser/guide/installation ) - antv/g2 封装实现
53
53
54
- > 请注意,我们强烈建议本项目使用 [ Yarn] ( https://yarnpkg.com/ ) 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本,而引入了新版本所照成的问题。本作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题 。
54
+ > 请注意,我们强烈建议本项目使用 [ Yarn] ( https://yarnpkg.com/ ) 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本,而引入了新版本所照成的问题。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题 。
55
55
56
56
57
57
@@ -89,7 +89,7 @@ yarn run lint
89
89
其他说明
90
90
----
91
91
92
- - ** 关于 Issue 反馈 (重要!重要!重要!) 请在开 * Issue* 时,描述清楚您的使用环境,所使用 Pro 版本或分支,出现的情况等...** 另外,若有疑问也可加入 QQ群 (Ant Design Vue 原作者使用讨论群 217490093,** 非 Pro 群** ),本项目的几位维护者也在该群
92
+ - ** 关于 Issue 反馈 (重要!重要!重要!) 请在开 * Issue* 时,描述清楚您的使用环境,所使用 Pro 版本或分支,出现的情况等...** 另外,若有疑问也可加入 QQ群 (Ant Design Vue 原作者使用讨论群 217490093,** 非 Pro 群** ),项目的几位维护者也在该群
93
93
94
94
- 项目使用的 [ vue-cli3] ( https://cli.vuejs.org/guide/ ) , 请更新您的 cli
95
95
@@ -122,8 +122,10 @@ yarn run lint
122
122
- [ 路由/菜单说明] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/router/README.md )
123
123
- [ Table 重封装组件] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/components/table/README.md )
124
124
- [ ANTD 默认配置项] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultSettings.js )
125
- - [ 按需加载/减少打包大小] ( https://github.com/sendya/ant-design-pro-vue/blob/master/docs/LoadOnDemand.md )
126
- - [ 为首屏增加 Loading 动画] ( https://github.com/sendya/ant-design-pro-vue/blob/master/docs/Add-Page-Loading-Animate.md )
125
+ - [ 按需加载/减少打包大小] ( https://github.com/sendya/ant-design-pro-vue/blob/master/docs/load-on-demand.md )
126
+ - [ 为首屏增加 Loading 动画] ( https://github.com/sendya/ant-design-pro-vue/blob/master/docs/add-page-loading-animate.md )
127
+ - [ 多标签页组件 feature/multi-tabs] ( https://github.com/sendya/ant-design-pro-vue/tree/feature/multi-tabs )
128
+ - [ 按需加载用例 feature/demand_load] ( https://github.com/sendya/ant-design-pro-vue/tree/feature/demand_load )
127
129
- [ 为项目增加依赖项分析工具 analyzer] ( https://github.com/sendya/ant-design-pro-vue/blob/master/docs/webpack-bundle-analyzer.md )
128
130
- ANTD PRO 额外组件
129
131
- Trend 趋势标记 [ Trend.md] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/components/Trend/index.md )
0 commit comments