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.
 
 
 
gwbvipvip bc61e6e1ea 员工店铺 2 år sedan
config 员工店铺 2 år sedan
mock 初始化提交 2 år sedan
public 初始化提交 2 år sedan
src 员工店铺 2 år sedan
tests 提交 2 år sedan
.editorconfig 初始化提交 2 år sedan
.eslintignore 初始化提交 2 år sedan
.eslintrc.js 初始化提交 2 år sedan
.gitattributes 初始化提交 2 år sedan
.gitignore feat(屏蔽提交文件夹): 屏蔽提交文件夹 2 å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 优惠券数量不够发放问题 2 år sedan
jest.config.js 初始化提交 2 år sedan
jsconfig.json 初始化提交 2 år sedan
k8s_kitchenweb.yaml 🐞 fix: ip 2 år sedan
package.json 新增会员图表 2 å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.