Açıklama Yok

code4eat 615ff9c467 fix 表格文案过长 4 yıl önce
config 615ff9c467 fix 表格文案过长 4 yıl önce
mock 615ff9c467 fix 表格文案过长 4 yıl önce
public 316d9274d0 test 4 yıl önce
src 615ff9c467 fix 表格文案过长 4 yıl önce
tests f5c0920eeb init project 4 yıl önce
.editorconfig f5c0920eeb init project 4 yıl önce
.eslintignore 9ccc9f5b3a complete two weeks code 4 yıl önce
.eslintrc.js f5c0920eeb init project 4 yıl önce
.gitignore f5c0920eeb init project 4 yıl önce
.prettierignore f5c0920eeb init project 4 yıl önce
.prettierrc.js f5c0920eeb init project 4 yıl önce
.stylelintrc.js f5c0920eeb init project 4 yıl önce
README.md 9ccc9f5b3a complete two weeks code 4 yıl önce
jest.config.js f5c0920eeb init project 4 yıl önce
jsconfig.json f5c0920eeb init project 4 yıl önce
package.json d45aeb4ba4 科室/成本添加导入 4 yıl önce

README.md

全成本核算管理系统

基于 Ant Design Pro.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test