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