All Projects → sts-ryan-holton → nuxt-cordova-app

sts-ryan-holton / nuxt-cordova-app

Licence: MIT license
📱 Nuxt JS (Vue JS) + Vuetify 2 SPA hybrid demo app built using Cordova

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-cordova-app

Corber
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
Stars: ✭ 327 (+581.25%)
Mutual labels:  cordova, hybrid-apps
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+10.42%)
Mutual labels:  nuxtjs, vuetifyjs
Vue2 Hybridapp Haoshiqi
vue2+vue-router+vuex+cordova 实现单页面webapp以及hybridapp
Stars: ✭ 332 (+591.67%)
Mutual labels:  cordova, hybrid-apps
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+37.5%)
Mutual labels:  cordova, hybrid-apps
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-62.5%)
Mutual labels:  nuxtjs, vuetifyjs
CNBlogApp
博客园Vue客户端
Stars: ✭ 51 (+6.25%)
Mutual labels:  cordova, hybrid-apps
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (-50%)
Mutual labels:  cordova, hybrid-apps
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+1547.92%)
Mutual labels:  cordova, hybrid-apps
Swiped Events
Adds `swiped` events to the DOM in 0.7k of pure JavaScript
Stars: ✭ 249 (+418.75%)
Mutual labels:  cordova, hybrid-apps
Bibi Ionic
An mobile app of e-commerce for Ionic
Stars: ✭ 154 (+220.83%)
Mutual labels:  cordova, hybrid-apps
ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
Stars: ✭ 16 (-66.67%)
Mutual labels:  cordova, hybrid-apps
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-68.75%)
Mutual labels:  nuxtjs, vuetifyjs
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (-64.58%)
Mutual labels:  cordova, hybrid-apps
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+4.17%)
Mutual labels:  cordova, hybrid-apps
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+60.42%)
Mutual labels:  nuxtjs, vuetifyjs
Onsenui
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.
Stars: ✭ 8,518 (+17645.83%)
Mutual labels:  cordova, hybrid-apps
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-72.92%)
Mutual labels:  cordova, hybrid-apps
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (-33.33%)
Mutual labels:  nuxtjs, nuxt-js
ImageDetectionCordovaPlugin
Image detection cordova plugin
Stars: ✭ 99 (+106.25%)
Mutual labels:  cordova
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-56.25%)
Mutual labels:  nuxtjs

📱 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.

🚀 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.

🔧 Local Development

# install dependencies
$ npm install

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

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

📱 Build Apps

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

# build, compile and launch on simulator
$ npm run cordova-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].