zhaojing 6475f9b4b1 Merge branch 'sagacare' of http://39.106.8.246:3003/sagacloud/sagacloud-manager-control into sagacare | hai 1 ano | |
---|---|---|
.vscode | hai 1 ano | |
config | hai 1 ano | |
dist | hai 1 ano | |
mock | %!s(int64=2) %!d(string=hai) anos | |
public | %!s(int64=2) %!d(string=hai) anos | |
src | hai 1 ano | |
tests | %!s(int64=2) %!d(string=hai) anos | |
.editorconfig | %!s(int64=2) %!d(string=hai) anos | |
.eslintignore | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
.gitattributes | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | hai 1 ano | |
.prettierignore | %!s(int64=2) %!d(string=hai) anos | |
.prettierrc.js | %!s(int64=2) %!d(string=hai) anos | |
.stylelintrc.js | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
jest.config.js | %!s(int64=2) %!d(string=hai) anos | |
jsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
package.json | hai 1 ano | |
playwright.config.ts | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=2) %!d(string=hai) anos |
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.