小说数据系统

wjx 37d1b015cb fix hace 1 mes
.husky 2f068f8754 fix hace 1 mes
config 37d1b015cb fix hace 1 mes
mock 2f068f8754 fix hace 1 mes
public 2f068f8754 fix hace 1 mes
src 37d1b015cb fix hace 1 mes
tests 2f068f8754 fix hace 1 mes
types 2f068f8754 fix hace 1 mes
.editorconfig 2f068f8754 fix hace 1 mes
.eslintignore 2f068f8754 fix hace 1 mes
.eslintrc.js 2f068f8754 fix hace 1 mes
.gitignore 2f068f8754 fix hace 1 mes
.prettierignore 2f068f8754 fix hace 1 mes
.prettierrc.js 2f068f8754 fix hace 1 mes
README.md 6aaa358e30 first commit hace 1 mes
jest.config.ts 2f068f8754 fix hace 1 mes
jsconfig.json 2f068f8754 fix hace 1 mes
package.json 2f068f8754 fix hace 1 mes
pnpm-lock.yaml 2f068f8754 fix hace 1 mes
tsconfig.json 2f068f8754 fix hace 1 mes

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.