[baozhangchao] 2ee6828503 fleasd пре 3 година
.vscode '.' пре 3 година
config asdas пре 3 година
mock asdas пре 3 година
public '.' пре 3 година
src asdas пре 3 година
tests '.' пре 3 година
.editorconfig '.' пре 3 година
.eslintignore '.' пре 3 година
.eslintrc.js asdas пре 3 година
.gitignore '.' пре 3 година
.prettierignore '.' пре 3 година
.prettierrc.js '.' пре 3 година
.stylelintrc.js '.' пре 3 година
README.md asdas пре 3 година
jest.config.js '.' пре 3 година
jsconfig.json '.' пре 3 година
package.json fleasd пре 3 година
playwright.config.js '.' пре 3 година

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.