747575620@qq.com e5da3d6b18 | 1 year ago | |
---|---|---|
.. | ||
config | 1 year ago | |
dist | 1 year ago | |
public | 1 year ago | |
src | 1 year ago | |
types/cache | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 1 year ago | |
.prettierignore | 1 year ago | |
.prettierrc.js | 1 year ago | |
README.md | 1 year ago | |
default.conf | 1 year ago | |
dockerfile | 1 year ago | |
jest.config.ts | 1 year ago | |
jsconfig.json | 1 year ago | |
package.json | 1 year ago | |
playwright.config.ts | 1 year ago | |
tsconfig.json | 1 year ago |
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.