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