集成,总结MES功能
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Yanko a806002d8f 17点24分打包 2 hafta önce
..
config 工艺修改 2 hafta önce
dist 17点24分打包 2 hafta önce
public 初始化MES 1 ay önce
src 工艺修改 2 hafta önce
types/cache 初始化MES 1 ay önce
.editorconfig 初始化MES 1 ay önce
.eslintignore 初始化MES 1 ay önce
.eslintrc.js 初始化MES 1 ay önce
.gitignore 初始化MES 1 ay önce
.prettierignore 初始化MES 1 ay önce
.prettierrc.js 初始化MES 1 ay önce
README.md 初始化MES 1 ay önce
default.conf 初始化MES 1 ay önce
dockerfile 初始化MES 1 ay önce
jest.config.ts 初始化MES 1 ay önce
jsconfig.json 初始化MES 1 ay önce
package.json 整改 1 ay önce
playwright.config.ts 初始化MES 1 ay önce
tsconfig.json 初始化MES 1 ay önce

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.