趣程素材库

wjx 33f1cc632c fix(core): fix null reference issue in user service 2 жил өмнө
.husky 6824119127 fix 2 жил өмнө
config 1a28af5aad fix 2 жил өмнө
mock 6824119127 fix 2 жил өмнө
public 1a28af5aad fix 2 жил өмнө
src 33f1cc632c fix(core): fix null reference issue in user service 2 жил өмнө
tests 6824119127 fix 2 жил өмнө
types 6824119127 fix 2 жил өмнө
.editorconfig 6824119127 fix 2 жил өмнө
.eslintignore 6824119127 fix 2 жил өмнө
.eslintrc.js 33f1cc632c fix(core): fix null reference issue in user service 2 жил өмнө
.gitattributes 33f1cc632c fix(core): fix null reference issue in user service 2 жил өмнө
.gitignore 6824119127 fix 2 жил өмнө
.prettierignore 6824119127 fix 2 жил өмнө
.prettierrc.js 6824119127 fix 2 жил өмнө
README.md 341a0ccd5a first commit 2 жил өмнө
jest.config.ts 6824119127 fix 2 жил өмнө
jsconfig.json 6824119127 fix 2 жил өмнө
package.json 1a28af5aad fix 2 жил өмнө
pnpm-lock.yaml 6824119127 fix 2 жил өмнө
tsconfig.json 6824119127 fix 2 жил өмнө

README.md

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

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

More

You can view full document on our official website. And welcome any feedback in our github.