Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Getting Started Building Mobile Apps With The Nuxt Ionic Module for Nuxt 3
- Host: GitHub
- URL: https://github.com/aaronksaunders/nuxt-app-using-nuxt-ionic-module
- Owner: aaronksaunders
- Created: 2022-06-23T02:36:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T19:11:55.000Z (over 2 years ago)
- Last Synced: 2024-10-21T00:33:49.180Z (2 months ago)
- Topics: capacitor, capacitor-vuejs, ionic, ionic-framework, ionicframework, nuxt, nuxt-ionic-capacitor, nuxt3, nuxtjs, vue, vuejs
- Language: Vue
- Homepage:
- Size: 1.7 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```