zhaoy 64c3cb0429 | há 11 meses | |
---|---|---|
config | há 11 meses | |
dist | há 11 meses | |
mock | há 2 anos | |
public | há 2 anos | |
src | há 11 meses | |
tests | há 2 anos | |
.editorconfig | há 2 anos | |
.eslintignore | há 2 anos | |
.eslintrc.js | há 2 anos | |
.gitattributes | há 2 anos | |
.gitignore | há 1 ano | |
.prettierignore | há 2 anos | |
.prettierrc.js | há 2 anos | |
.stylelintrc.js | há 2 anos | |
Jenkinsfile | há 2 anos | |
README.md | há 2 anos | |
default.conf | há 2 anos | |
dockerfile | há 1 ano | |
jest.config.js | há 2 anos | |
jsconfig.json | há 2 anos | |
k8s_kitchenweb.yaml | há 2 anos | |
package.json | há 1 ano |
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.