booshaw
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/src/guide/in-depth/ui-framework.md
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
## 新增组件库应用 |
|
|
## 新增组件库应用 |
|
|
|
|
|
|
|
|
如果你想用其他别的组件库,你只需要按一下步骤进行操作: |
|
|
如果你想用其他别的组件库,你只需要按以下步骤进行操作: |
|
|
|
|
|
|
|
|
1. 在`apps`内创建一个新的文件夹,例如`apps/web-xxx`。 |
|
|
1. 在`apps`内创建一个新的文件夹,例如`apps/web-xxx`。 |
|
|
2. 更改`apps/web-xxx/package.json`的`name`字段为`web-xxx`。 |
|
|
2. 更改`apps/web-xxx/package.json`的`name`字段为`web-xxx`。 |
|
|
|