Keine Beschreibung

code4eat 10a7498549 fix conflict vor 4 Jahren
config 12c4260799 fix vor 4 Jahren
mock 12c4260799 fix vor 4 Jahren
public 316d9274d0 test vor 4 Jahren
src 10a7498549 fix conflict vor 4 Jahren
tests f5c0920eeb init project vor 4 Jahren
.editorconfig f5c0920eeb init project vor 4 Jahren
.eslintignore 9ccc9f5b3a complete two weeks code vor 4 Jahren
.eslintrc.js f5c0920eeb init project vor 4 Jahren
.gitignore f5c0920eeb init project vor 4 Jahren
.prettierignore f5c0920eeb init project vor 4 Jahren
.prettierrc.js f5c0920eeb init project vor 4 Jahren
.stylelintrc.js f5c0920eeb init project vor 4 Jahren
README.md 9ccc9f5b3a complete two weeks code vor 4 Jahren
jest.config.js f5c0920eeb init project vor 4 Jahren
jsconfig.json f5c0920eeb init project vor 4 Jahren
package.json d45aeb4ba4 科室/成本添加导入 vor 4 Jahren

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