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