747575620@qq.com d7ea76b955 | hace 3 meses | |
---|---|---|
.. | ||
config | hace 3 meses | |
dist | hace 3 meses | |
public | hace 6 meses | |
src | hace 3 meses | |
types/cache | hace 1 año | |
.editorconfig | hace 1 año | |
.eslintignore | hace 1 año | |
.eslintrc.js | hace 1 año | |
.gitignore | hace 1 año | |
.prettierignore | hace 1 año | |
.prettierrc.js | hace 1 año | |
README.md | hace 1 año | |
default.conf | hace 1 año | |
dockerfile | hace 1 año | |
jest.config.ts | hace 1 año | |
jsconfig.json | hace 1 año | |
package.json | hace 1 año | |
playwright.config.ts | hace 1 año | |
tsconfig.json | hace 1 año |
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.