gwbvipvip 0c66862bb9 | пре 4 месеци | |
---|---|---|
config | пре 2 година | |
mock | пре 2 година | |
public | пре 2 година | |
src | пре 4 месеци | |
tests | пре 2 година | |
.editorconfig | пре 2 година | |
.eslintignore | пре 2 година | |
.eslintrc.js | пре 2 година | |
.gitattributes | пре 2 година | |
.gitignore | пре 2 година | |
.prettierignore | пре 2 година | |
.prettierrc.js | пре 2 година | |
.stylelintrc.js | пре 2 година | |
Jenkinsfile | пре 2 година | |
README.md | пре 2 година | |
default.conf | пре 2 година | |
dockerfile | пре 2 година | |
jest.config.js | пре 2 година | |
jsconfig.json | пре 2 година | |
k8s_kitchenweb.yaml | пре 2 година | |
package.json | пре 2 година |
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.