Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
zhaoy 2bcb0a89e9 发布 9 månader sedan
config 商品工艺 9 månader sedan
dist 发布 9 månader sedan
mock 初始化提交 2 år sedan
public 初始化提交 2 år sedan
src 发布 9 månader sedan
tests 提交 2 år sedan
.editorconfig 初始化提交 2 år sedan
.eslintignore 初始化提交 2 år sedan
.eslintrc.js 初始化提交 2 år sedan
.gitattributes 初始化提交 2 år sedan
.gitignore 🎉 init(打包): 添加打包 1 år sedan
.prettierignore 初始化提交 2 år sedan
.prettierrc.js 初始化提交 2 år sedan
.stylelintrc.js 初始化提交 2 år sedan
Jenkinsfile 更新 'Jenkinsfile' 2 år sedan
README.md 初始化提交 2 år sedan
default.conf 初始化提交 2 år sedan
dockerfile 更新 'dockerfile' 11 månader sedan
jest.config.js 初始化提交 2 år sedan
jsconfig.json 初始化提交 2 år sedan
k8s_kitchenweb.yaml 🐞 fix: ip 2 år sedan
package.json 提交 1 år sedan

README.md

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

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:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.