Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/nuxt-app-using-nuxt-ionic-module

Getting Started Building Mobile Apps With The Nuxt Ionic Module for Nuxt 3
https://github.com/aaronksaunders/nuxt-app-using-nuxt-ionic-module

capacitor capacitor-vuejs ionic ionic-framework ionicframework nuxt nuxt-ionic-capacitor nuxt3 nuxtjs vue vuejs

Last synced: 3 days ago
JSON representation

Getting Started Building Mobile Apps With The Nuxt Ionic Module for Nuxt 3

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal Ionic Framework Capacitor Camera Starter Mobile App using Nuxt Ionic Module

- Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
- Look at the [Nuxt Ionic](https://ionic.roe.dev/) to learn more.
- See associated video [Getting Started Building Mobile Apps With The Nuxt Ionic Module for Nuxt 3](https://www.youtube.com/watch?v=f4sB7NhCgRw)

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

```