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 8a55327386 商品工艺导出和店铺商品设置销售规则20240712-打包提交 2 månader sedan
config 新增营销报表、优化会员、产品报表 2 år sedan
dist 商品工艺导出和店铺商品设置销售规则20240712-打包提交 2 månader sedan
mock 初始化提交 2 år sedan
public 初始化提交 2 år sedan
src 商品工艺导出和店铺商品设置销售规则20240712 2 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 商品工艺导出和店铺商品设置销售规则20240712-打包提交 2 månader 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.