新增命令

This commit is contained in:
徐永兴 2024-08-23 09:46:33 +08:00
parent 6a682eee15
commit cb0aa22fb1

View File

@ -71,3 +71,9 @@ module.exports = {
# main.js 引入 index.css
```
### 安装公司内部的 npm 包
```bash
pnpm add @yhsoft/web-fabric --registry=https://npm.yinghuasoft.com
```