Home
Softono

Nuxt Ionic Capacitor App

Open source MIT JavaScript
55
Stars
8
Forks
1
Issues
3
Watchers
3 years
Last Commit

 About Nuxt Ionic Capacitor App

Nuxt 2, Capacitor 3, and Ionic 5 template for you to get started with cross-platform app development.

Platforms

Web Self-hosted iOS Android

Languages

JavaScript

Need Help Installing Nuxt Ionic Capacitor App?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxt Ionic Capacitor App on your server. plans start at just $30.

Nuxt Ionic Capacitor App

View on GitHub

Nuxt.js + Capacitor.js + Ionic.js Template

Hits

A template code for starting cross platform apps developed using Nuxt.js and Capacitor.js cross platform framework.

Deploy with Vercel Deploy with Netlify Deploy to Render

Features

  • Documentation module
  • Install app using custom button
  • SEO support

Platform supported

  • Web Browser (Tested on Chrome, Firefox, Brave, Edge)
  • Android
  • PWA (Tested on Chrome, Brave, Edge)

To-Do

  • Ionic UI components
  • Electron support
  • Capacitor plugins
  • Cordova Resources(icon/splash)
  • App installation Button
  • App updates UI

Create resources

  • Add icon with size (1024x1024)px.

  • Add splash with size (2732x2732)px.

  • Run the generation command

    yarn resources

Generate platform packages (Electron)

yarn package:<platform>

Eg. linux, windows

Find deployment under package/ folder.

  • Run following to create installer file.

npm install -g electron-installer-debian

npm run deb64 or yarn deb64

References