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