Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Add IonicPortals 0.9.0 requirement #253

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions website/docs/cli/commands/serve-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ to go through the build process of a native application or even have access to i
source code. The command allows web developers to run their web code from their local
dev server and see the changes on the fly.

:::note

The serve command requires IonicPortals 0.9.0 or higher and requires that the portal
has [`devModeEnabled`](https://ionic-portals-ios.vercel.app/documentation/ionicportals/portal/devmodeenabled) set to `true`.

:::

### Usage
```bash
portals serve ios [simulator | device] \
Expand Down
Loading