Skip to content

PhoneGap with Vue, Browserify + vueify, hot reload, linting and unit testing.

License

Notifications You must be signed in to change notification settings

debjit/phonegap-vueify

 
 

Repository files navigation

PhoneGap Vueify

PhoneGap with Vue, Browserify + vueify, hot reload, linting and unit testing.

Getting Started

Prerequisites

To use this you'll need Node.js v5 or newer.

Installation

via Github

$ git clone https://github.com/leMaur/phonegap-vueify.git MyApp
$ cd MyApp
$ npm install
$ npm run dev

via Phonegap

$ npm install -g phonegap
$ phonegap create MyApp --template phonegap-vueify
$ cd MyApp
$ npm install
$ npm run dev

via Cordova

$ npm install -g cordova
$ cordova create MyApp --template=phonegap-vueify
$ cd MyApp
$ npm install
$ npm run dev

Please, change MyApp with your folder name.
You can then open the app in your browser by visiting localhost:8888

What's included

  • npm run dev: Browserify + vueify with proper config for source map & hot-reload.
  • npm run build: Production build with HTML/CSS/JS minification.
  • npm run lint: Lint JavaScript and *.vue files with ESLint.
  • npm test: Unit tests in PhantomJS with Karma + karma-jasmine + karma-browserify, with support for mocking and ES2015.
  • npm run prepare [ ios | android ]: Set the platform. Example (npm run prepare -- ios).
  • npm run [ ios | android ]: Run in the iOS simulator / Android emulator. (Running in another terminal).
  • npm run compile [ ios | android ]: Build the app for the specified platform. Example (npm run compile -- ios).
  • npm run clean: Clean the platforms/ and dist/ folders.

License

MIT. Copyright (c) 2016 Maurizio Lepora.

Credits

About

PhoneGap with Vue, Browserify + vueify, hot reload, linting and unit testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 31.4%
  • Java 29.3%
  • C++ 17.3%
  • C# 17.1%
  • JavaScript 2.6%
  • HTML 0.7%
  • Other 1.6%