Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 765 Bytes

紫晶.盘古信息化生态

本项目用于紫晶.盘古信息化生态关系系统模板, 采用Ant Design Pro v5.

环境准备

初始化 node_modules:

npm install

or(推荐, 尽量在执行前开启梯子)

yarn

提供的脚本

具体可以查看 package.json 中的脚本列表. 主要脚本为:

start 启动项目

npm start

build 构建项目

npm run build

更多

本项目主要技术栈为react + typescript + ant-design@4 + umi@v3 + ant-design-pro@5, 开发前请先学习相关技术.