魏超 0000645e34 bug fix 4 年前
config bug 4 年前
mock 渠道后台 5 年前
public 渠道后台 5 年前
src bug fix 4 年前
tests 渠道后台 5 年前
.editorconfig 渠道后台 5 年前
.eslintignore 渠道后台 5 年前
.eslintrc.js 渠道后台 5 年前
.gitignore 渠道后台 5 年前
.npmrc 渠道后台 5 年前
.prettierignore 渠道后台 5 年前
.prettierrc.js 渠道后台 5 年前
.stylelintrc.js 渠道后台 5 年前
README.md 渠道后台 5 年前
jest-puppeteer.config.js 渠道后台 5 年前
jest.config.js 渠道后台 5 年前
jsconfig.json 渠道后台 5 年前
package.json zls 5 年前
tsconfig.json 渠道后台 5 年前

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.