Skip to content

Yet Another Nuxt + (standalone) Capacitor Starter Template

License

Notifications You must be signed in to change notification settings

oumarbarry/onuxt-capacitor

Repository files navigation

onuxt-capacitor

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-capacitor 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.

Note: This project is a standalone Capacitor project template. Ionic Vue is not used. However, the Ionic CLI is integrated to enhance Live Reload support.

Integrations: UI Library

You can integrate your preferred Vue UI library, such as Vant UI, Konsta UI, Varlet UI, Quasar UI, Nuxt UI, and more. Most of these libraries offer Nuxt modules for seamless integration.

If you prefer using Ionic Vue, consider using this dedicated template: onuxt-ionic.

Docs

Contribution

Feel free to contribute 💻