2017 © Pedro Peláez
 

library ionic-delivery24horas

Aplicativo Ionic Delivery 24 Horas

image

ilhanet/ionic-delivery24horas

Aplicativo Ionic Delivery 24 Horas

  • Saturday, November 19, 2016
  • by lucianobapo
  • Repository
  • 4 Watchers
  • 3 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Aplicativo Delivery 24 horas

ssh 104.197.251.61 rsync -rvztPhe ssh /home/luciano/Code/nginx-config/ 104.197.251.61:nginx-config, (*1)

Site do aplicativo, (*2)

Site do GitHub, (*3)

Latest Stable Version Total Downloads Latest Unstable Version License, (*4)

Quick start

There's only a few steps you have to do in order to run the application. It implies you have installed all necessary tools for building Ionic project (android/ios sdk, ionic, cordova, node, git ...) which is not covered in this topic. Also, you have to be in root project directory when executing the following commands., (*5)

Clone git repository, (*6)

$ git clone https://github.com/lucianobapo/ionic-delivery24horas.git

Install dependencies, (*7)

$ npm install
$ gulp install

npm install command installs all dependencies listed in package.json file, required for runnung Gulp tasks., (*8)

gulp install command installs ionic javascript files and it's dependencies (angular scripts) from repository listed in bower.json file. This way we don't have to manually download and include all ionic scripts in the project, but only point to Ionic github repository. Gulp task will take care for the rest., (*9)

Add platform, (*10)

$ ionic platform add android/ios

Build application, (*11)

ionic build android/ios [--release] [--production]

--production flag means that application will be shipped with minified and uglified javascript/css assets and optimized for production. Unnecessary files will be deleted and excluded from executable file (.apk/.ipa) so the application will be smaller size when uploading on Google play and Apple store. Also, the app version will be automatically increased by one (only the patch number e.g. 0.0.1 --> 0.0.2)., (*12)

Run application in emulator, (*13)

$ ionic emulate android/ios

Run application in browser, (*14)

$ ionic serve [--nolivereload]

--nolivereload flag disables browser to be reloaded after every change made in the code. This helps Gulp watch task to build and bundle all assets into single file but you'll have to reload browser manually., (*15)

The Versions

19/11 2016

dev-master

9999999-dev

Aplicativo Ionic Delivery 24 Horas

  Sources   Download

MIT

07/04 2016

v0.1.8

0.1.8.0

Aplicativo Ionic Delivery 24 Horas

  Sources   Download

MIT

06/04 2016

v0.1.7

0.1.7.0

Aplicativo Ionic Delivery 24 Horas

  Sources   Download

MIT

02/04 2016

v0.0.6

0.0.6.0

Aplicativo Ionic Delivery 24 Horas

  Sources   Download

MIT