力皓 642a4042c4 fix: 解决 slot 在关闭时没有正常回收节点
fix: 解决同名 slot 在替换时没有正常回收节点
fix: findDOMNode 增强
chore: 在 build-plugins start 时开启 inline-source-map
2020-11-02 11:46:26 +08:00
..
2020-09-10 17:26:02 +08:00
2020-10-26 15:55:03 +08:00
2020-07-22 23:29:29 +08:00
2020-10-26 15:55:03 +08:00
2020-03-27 14:35:31 +08:00
2020-03-30 15:42:07 +08:00

ice-typescript-starter

使用

  • 启动调试服务: npm start
  • 构建 dist: npm run build

目录结构

  • 入口文件: src/index.jsx
  • 导航配置: src/config/menu.js
  • 路由配置: src/config/routes.js
  • 路由入口: src/router.jsx
  • 布局文件: src/layouts
  • 通用组件: src/components
  • 页面文件: src/pages

效果图

screenshot