lujing-fe-ant-cli
v1.2.18
Published
The Lujing Ant Design CLI tools
Downloads
9
Readme
Lujing Antd cli
部署
npm install lujing-fe-ant-cli -g
mkdir test
cd test
lujing-antcli init project
开发
npm run start
调试本地目录 可以使用
npm run dev
打包
npm run build
陆鲸后台管理脚手架
1.2.0 修改为三级菜单, 切换公司功能,登陆扩展等。 1.2.5 去除无用的组件, 1.2.6 添加alias配置 1.2.8 添加crash监控 1.2.16 新增alias,添加性能检测工具,使用npm run build:report查看,以及其他一些优化 1.2.17 alias应用及 eslint规范 fix