集成,总结MES功能
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Yanko 1cd914c5a9 11 2週間前
..
config 1 3週間前
dist 11 2週間前
public 初始化MES 2ヶ月前
src 11 2週間前
types/cache 初始化MES 2ヶ月前
.editorconfig 初始化MES 2ヶ月前
.eslintignore 初始化MES 2ヶ月前
.eslintrc.js 初始化MES 2ヶ月前
.gitignore 初始化MES 2ヶ月前
.prettierignore 初始化MES 2ヶ月前
.prettierrc.js 初始化MES 2ヶ月前
README.md 初始化MES 2ヶ月前
default.conf 初始化MES 2ヶ月前
dockerfile 初始化MES 2ヶ月前
jest.config.ts 初始化MES 2ヶ月前
jsconfig.json 初始化MES 2ヶ月前
package.json 整改 2ヶ月前
playwright.config.ts 初始化MES 2ヶ月前
tsconfig.json 初始化MES 2ヶ月前

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.