|
13 godzin temu | |
---|---|---|
.husky | 13 godzin temu | |
config | 13 godzin temu | |
mock | 13 godzin temu | |
public | 13 godzin temu | |
src | 13 godzin temu | |
tests | 13 godzin temu | |
types | 13 godzin temu | |
.commitlintrc.js | 13 godzin temu | |
.editorconfig | 13 godzin temu | |
.gitignore | 13 godzin temu | |
.lintstagedrc | 13 godzin temu | |
.npmrc | 13 godzin temu | |
README.md | 14 godzin temu | |
biome.json | 13 godzin temu | |
jest.config.ts | 13 godzin temu | |
package.json | 13 godzin temu | |
tsconfig.json | 13 godzin temu |
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
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:
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
You can view full document on our official website. And welcome any feedback in our github.