Yanko 1cd914c5a9 | há 2 semanas | |
---|---|---|
.. | ||
config | há 3 semanas | |
dist | há 2 semanas | |
public | há 2 meses | |
src | há 2 semanas | |
types/cache | há 2 meses | |
.editorconfig | há 2 meses | |
.eslintignore | há 2 meses | |
.eslintrc.js | há 2 meses | |
.gitignore | há 2 meses | |
.prettierignore | há 2 meses | |
.prettierrc.js | há 2 meses | |
README.md | há 2 meses | |
default.conf | há 2 meses | |
dockerfile | há 2 meses | |
jest.config.ts | há 2 meses | |
jsconfig.json | há 2 meses | |
package.json | há 2 meses | |
playwright.config.ts | há 2 meses | |
tsconfig.json | há 2 meses |
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.