txb e77c77ef96 | hace 2 años | |
---|---|---|
config | hace 2 años | |
mock | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
tests | hace 2 años | |
.editorconfig | hace 2 años | |
.eslintignore | hace 2 años | |
.eslintrc.js | hace 2 años | |
.gitattributes | hace 2 años | |
.gitignore | hace 2 años | |
.prettierignore | hace 2 años | |
.prettierrc.js | hace 2 años | |
.stylelintrc.js | hace 2 años | |
Jenkinsfile | hace 2 años | |
README.md | hace 2 años | |
default.conf | hace 2 años | |
dockerfile | hace 2 años | |
jest.config.js | hace 2 años | |
jsconfig.json | hace 2 años | |
k8s_kitchenweb.yaml | hace 2 años | |
package.json | hace 2 años |
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.