A template code for starting cross platform apps developed using Nuxt.js and Capacitor.js cross platform framework.
- Documentation module
- Install app using custom button
- SEO support
- Web Browser (Tested on Chrome, Firefox, Brave, Edge)
- Android
- PWA (Tested on Chrome, Brave, Edge)
- Ionic UI components
- Electron support
- Capacitor plugins
- Cordova Resources(icon/splash)
- App installation Button
- App updates UI
-
Add icon with size (1024x1024)px.
-
Add splash with size (2732x2732)px.
-
Run the generation command
yarn resources
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