Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 248 Bytes

React-ERP

An ERP system made in React.

项目运行

在当前目录下:

  1. npm install -g yarn,已安装 yarn 可以忽略此步
  2. yarn or yarn install
  3. 开发环境运行:npm start
  4. 生产环境打包:npm run build