Yansen f4c18a3444 feat hace 1 año
.vscode 首页轮播图问题 hace 2 años
config feat hace 1 año
mock fiex hace 3 años
public . hace 2 años
src feat hace 1 año
tests flei hace 3 años
.editorconfig flei hace 3 años
.eslintignore flei hace 3 años
.eslintrc.js flei hace 3 años
.gitignore flei hace 3 años
.npmrc . hace 3 años
.prettierignore flei hace 3 años
.prettierrc.js flei hace 3 años
.stylelintrc.js flei hace 3 años
README.md flei hace 3 años
jest.config.js flei hace 3 años
jsconfig.json flei hace 3 años
package.json feats hace 2 años
playwright.config.js flei hace 3 años

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.