zhaojing 6475f9b4b1 Merge branch 'sagacare' of http://39.106.8.246:3003/sagacloud/sagacloud-manager-control into sagacare | il y a 1 an | |
---|---|---|
.vscode | il y a 1 an | |
config | il y a 1 an | |
dist | il y a 1 an | |
mock | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 1 an | |
tests | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.eslintignore | il y a 2 ans | |
.eslintrc.js | il y a 2 ans | |
.gitattributes | il y a 2 ans | |
.gitignore | il y a 1 an | |
.prettierignore | il y a 2 ans | |
.prettierrc.js | il y a 2 ans | |
.stylelintrc.js | il y a 2 ans | |
README.md | il y a 2 ans | |
jest.config.js | il y a 2 ans | |
jsconfig.json | il y a 2 ans | |
package.json | il y a 1 an | |
playwright.config.ts | il y a 2 ans | |
tsconfig.json | il y a 2 ans |
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.