Sem descrição

code4eat 23077e310f fix login issue há 3 anos atrás
config 615ff9c467 fix 表格文案过长 há 3 anos atrás
mock 615ff9c467 fix 表格文案过长 há 3 anos atrás
public 316d9274d0 test há 4 anos atrás
src 23077e310f fix login issue há 3 anos atrás
tests f5c0920eeb init project há 4 anos atrás
.editorconfig f5c0920eeb init project há 4 anos atrás
.eslintignore 9ccc9f5b3a complete two weeks code há 4 anos atrás
.eslintrc.js f5c0920eeb init project há 4 anos atrás
.gitignore f5c0920eeb init project há 4 anos atrás
.prettierignore f5c0920eeb init project há 4 anos atrás
.prettierrc.js f5c0920eeb init project há 4 anos atrás
.stylelintrc.js f5c0920eeb init project há 4 anos atrás
README.md 9ccc9f5b3a complete two weeks code há 4 anos atrás
jest.config.js f5c0920eeb init project há 4 anos atrás
jsconfig.json f5c0920eeb init project há 4 anos atrás
package.json d45aeb4ba4 科室/成本添加导入 há 4 anos atrás

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