mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 00:56:33 +00:00
14 lines
165 B
Markdown
14 lines
165 B
Markdown
|
# Mobile-client Installation
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
yarn add @nocobase/plugin-mobile-client
|
||
|
```
|
||
|
|
||
|
## Activate the plugin
|
||
|
|
||
|
```bash
|
||
|
yarn pm enable mobile-client
|
||
|
```
|