Go to file
jiangh277 30e9e1c7b2 故事详情排版修改 2025-08-08 17:42:07 +08:00
config Story排版修改 2025-08-05 19:02:14 +08:00
mock init 2025-07-22 22:52:55 +08:00
public init 2025-07-22 22:52:55 +08:00
src 故事详情排版修改 2025-08-08 17:42:07 +08:00
tests init 2025-07-22 22:52:55 +08:00
types init 2025-07-22 22:52:55 +08:00
.editorconfig init 2025-07-22 22:52:55 +08:00
.eslintignore init 2025-07-22 22:52:55 +08:00
.eslintrc.js init 2025-07-22 22:52:55 +08:00
.gitignore init 2025-07-22 22:52:55 +08:00
.prettierignore init 2025-07-22 22:52:55 +08:00
.prettierrc.js init 2025-07-22 22:52:55 +08:00
README.md init 2025-07-22 22:52:55 +08:00
jest.config.ts init 2025-07-22 22:52:55 +08:00
jsconfig.json init 2025-07-22 22:52:55 +08:00
package.json 修改故事列表 2025-08-07 19:48:36 +08:00
pnpm-lock.yaml init 2025-07-22 22:52:55 +08:00
tsconfig.json init 2025-07-22 22:52:55 +08:00

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.