摘要: 项目参考 "vue cli3 web init" ant design配置部分 1. 实现ant disign vue的按需加载方案 (1)引入所有的组件,然后加载到vue上面 "components ant" (2)对Ant Design Vue进行文件声明处理 2. 安装拆安处理ant desi 阅读全文
posted @ 2019-07-22 11:31 天使猫 阅读(8441) 评论(1) 推荐(0) 编辑
摘要: 项目参考地址 "dva yicha" 1. 使用路由跳转的方式 (1)所有的路由跳转功能都放到 dva/router 里面的 (2)routerRedux里面包含一些常用的跳转路由的内容: go: ƒ () goBack: ƒ () goForward: ƒ () push: ƒ () replac 阅读全文
posted @ 2019-07-22 11:13 天使猫 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: 项目参考 "nextJs yicha" 1. 采用方案 create next app、antd (1)安装 npx create next app example with ant design myApp 2. 样式加载方案 less + cssModule 3. 同时使用css和sass // 阅读全文
posted @ 2019-07-22 10:53 天使猫 阅读(4524) 评论(0) 推荐(0) 编辑