zhaoy a0829de1f8 | il y a 10 mois | |
---|---|---|
config | il y a 11 mois | |
dist | il y a 10 mois | |
mock | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 10 mois | |
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 | |
Jenkinsfile | il y a 2 ans | |
README.md | il y a 2 ans | |
default.conf | il y a 2 ans | |
dockerfile | il y a 1 an | |
jest.config.js | il y a 2 ans | |
jsconfig.json | il y a 2 ans | |
k8s_kitchenweb.yaml | il y a 2 ans | |
package.json | il y a 1 an |
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.