Young c62037a636 feta 增加宗门福利设置 | hai 4 meses | |
---|---|---|
.husky | hai 4 meses | |
config | hai 4 meses | |
public | hai 4 meses | |
src | hai 4 meses | |
tests | hai 4 meses | |
types | hai 4 meses | |
.editorconfig | hai 4 meses | |
.eslintignore | hai 4 meses | |
.eslintrc.js | hai 4 meses | |
.gitignore | hai 4 meses | |
.prettierignore | hai 4 meses | |
.prettierrc.js | hai 4 meses | |
README.md | hai 4 meses | |
jest.config.ts | hai 4 meses | |
jsconfig.json | hai 4 meses | |
package.json | hai 4 meses | |
pnpm-lock.yaml | hai 4 meses | |
tailwind.config.js | hai 4 meses | |
tsconfig.json | hai 4 meses |
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.