使用maka.js + antd + echarts + fixed-data-table + font-awesome 实现的管理系统前台demo
$ npm i -g @makajs/cli
$ yarn install
$ yarn start
打开浏览器,http://127.0.0.1:8000, 登录用户名:13334445556 密码:1
$ yarn pkg //执行成功会 build/pkg 目录下生成打包结果
|--apps
|--base
|--antd //用于注册antd组件
|--echarts //用于注册echarts组件
|--fixed-data-table //用于注册fixed-data-table组件
|--font-awesome //用于注册react-fontawesome组件
|--common //用于注册公共的组件、模板、样式、行为
|--set
|--bom
|--set-bom //bom单据录入
|--set-bom-list //bom列表
|--customer
|--set-customer //客户卡片录入
|--set-customer-group //客户组卡片录入
|--set-customer-list //客户列表,树表形式
|--person
|--set-person //人员卡片录入
|--set-person-list //人员列表
|--sys
|--sign-in //登录
|--portal //门户
|--home //首页
|--dashboard //仪表盘