mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 21:18:12 +00:00
14 lines
147 B
Markdown
14 lines
147 B
Markdown
|
# 移动端安装方法
|
||
|
|
||
|
## 安装
|
||
|
|
||
|
```bash
|
||
|
yarn add @nocobase/plugin-mobile-client
|
||
|
```
|
||
|
|
||
|
## 激活插件
|
||
|
|
||
|
```bash
|
||
|
yarn pm enable mobile-client
|
||
|
```
|