ranyuqi 0c2277e8ca | pirms 1 gada | |
---|---|---|
.. | ||
config | pirms 1 gada | |
dist | pirms 1 gada | |
public | pirms 1 gada | |
src | pirms 1 gada | |
types/cache | pirms 1 gada | |
.editorconfig | pirms 1 gada | |
.eslintignore | pirms 1 gada | |
.eslintrc.js | pirms 1 gada | |
.gitignore | pirms 1 gada | |
.prettierignore | pirms 1 gada | |
.prettierrc.js | pirms 1 gada | |
README.md | pirms 1 gada | |
default.conf | pirms 1 gada | |
dockerfile | pirms 1 gada | |
jest.config.ts | pirms 1 gada | |
jsconfig.json | pirms 1 gada | |
package.json | pirms 1 gada | |
playwright.config.ts | pirms 1 gada | |
tsconfig.json | pirms 1 gada |
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.