Built with Nuxt/Ionic
- Auto import Ionic components
- Auto import Ionic icons
- Page routing
- Theming
- Android and IOS projects with Capacitor
Check out the Nuxt/Ionic Playground for examples of more features available.
- Clone this repository
- Install dependencies using
npm install - Start development server with
npx nuxi dev
Xcode (for iOS) and Android Studio/Android SDK (Android) are required to open or run the project. See Capacitor Environment Setup docs for more details. If this is your first time running a mobile app with Android Studio, additional configuration may be required to use
npx cap run android.
- Create web build with
npx nuxi generate - Sync to Capacitor with
npx cap sync - Run the app with
npx cap run iosornpx cap run androidOR - Open in XCode with
npx cap open iosor Android Studio withnpx cap open android - Run app using built-in emulators in XCode or Android Studio
