halo-rodimus
halo-rodimus copied to clipboard
Based on react and antd development of the internal management system
Internal Management System
Based on react and antd development of the internal management system
Install
npm install
Usage
- Run the following command to the local debugging environment, then open
http://localhost:8000
in browser.
npm run dev
- Package the output files by running the following command
npm run build
- Run the following command to check the syntax of the project
npm run lint
- Run the following command to get a snapshot of the file for the dist directory
npm run shot
- Run the following command to generate an online report
npm run repo
- Run the following command to compare the recently generated two file snapshots, extract the incremental package, and generate an online report
npm run comp