Sample to integrate a Ion-Nav with Vue3 and Ionic in a Modal.
A quick introduction of the minimal setup you need to get the app running.
npm install -g @ionic/cli@latest
npm install
npm run serveThe app will run at localhost:8080.
NA
- Display a Home Page.
- Display a modal (User Profile).
- Navigate to a Settings page in the modal.
- Navigate back and close the modal.
NA
NA
Checkout my post here.
The code in this project is licensed under MIT license.