Home
Softono

Nuxt Cordova App

Open source MIT Vue
49
Stars
12
Forks
23
Issues
2
Watchers
3 years
Last Commit

 About Nuxt Cordova App

:iphone: Nuxt JS (Vue JS) + Vuetify 2 SPA hybrid demo app built using Cordova

Platforms

Web Self-hosted

Languages

Vue

Links

Need Help Installing Nuxt Cordova App?

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

Nuxt Cordova App

View on GitHub

:iphone: Nuxt JS + Vuetify 2 SPA hybrid app template

Nuxt JS (Vue JS) + Vuetify 2 SPA hybrid demo app built using Apache Cordova, formally known as PhoneGap.

Use this template to get you up and running with a Nuxt JS + Vuetify and Cordova project.

:rocket: Project Setup

Requirements

  • Cordova = 8.0.0
  • Xcode >= 10.3
  • Android Studio >= 3.4
  • Node JS >= 10.13.0
  • NPM >= 6.10.0

Installation

# install dependencies
$ npm install

# navigate to the cordova/ directory
$ cd cordova && cordova prepare

# Install required packages to run emulator
$ cd cordova/platforms/ios/cordova && npm install ios-sim ios-deploy

Note: if cordova prepare fails, check that the cordova/www directory exists, if it doesn't create it.

Run all installation commands from the root project.

:wrench: Local Development

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

:warning: certain native plugins and functionality are only available on an emulator/physical device, ignore any console warnings/errors associated to these.

:iphone: Build Apps

# build, compile and launch on simulator
$ npm run cordova-ios

# build, compile and launch on simulator
$ npm run cordova-android