Skip to content

oumarbarry/onuxt-ionic

Repository files navigation

onuxt-ionic

Usage

GitHub Template

Create a repo from this template on GitHub

Clone to local

Use giget to clone to your machine with an empty git history:

bunx giget@latest gh:oumarbarry/onuxt-ionic nuxt-app --install --shell

Running on native devices with Live Reload

Either, just open the Ionic VSCode Extension, from your sidebar -> Settings -> Activate Live Reload. Then, Run -> Android/iOS.

Or, just run the following in the terminal:

bunx ionic cap run ios --livereload --external # for iOS

bunx ionic cap run android --livereload --external # for Android

That's it ! Enjoy Live Reload on your physical device / emulator / simulator.

Docs