Coder Social home page Coder Social logo

wesavetheworld / ionic_wordpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appdevmania215/ionic_wordpress

0.0 1.0 0.0 1.99 MB

iPhone app which connects to wordpress backend made with ionic framework

JavaScript 55.21% CSS 20.71% HTML 24.08%

ionic_wordpress's Introduction

DOCUMENTATION:

Please read the documentation here: http://bit.ly/1aKm23w

Your Ionic project is ready to go! Some quick tips:

  • cd into your project:
cd ionwordpress
  • Setup this project to use Sass:
ionic setup sass
  • Develop in the browser with live reload:
ionic serve
  • Add a platform (ios or Android):
ionic platform add ios [android]

Note: iOS development requires OS X currently See the Android Platform Guide for full Android installation instructions: https://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html

  • Build your app:
ionic build <PLATFORM>
  • Simulate your app:
ionic emulate <PLATFORM>
  • Run your app on a device:
ionic run <PLATFORM>
  • Package an app using Ionic package service:
ionic package <MODE> <PLATFORM>
  • Generate icon and splash screen:
ionic resources

For more help use ionic --help or visit the Ionic docs: http://ionicframework.com/docs

  • If you build for ios and find yourself having cordova plugin errors (like iOS unable to find plugins) do the following:
  1. delete ./plugins/ios.json
  2. then delete ./platforms/ios
  3. run ionic platform add ios
  4. ionic build ios. Deleting ios.json helps to force it to recompile the plugins.

To prepare the apk to upload to Google Play (see: http://ionicframework.com/docs/guide/publishing.html)

1)

cordova build --release android

2)

keytool -genkey -v -keystore ionwordpress-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000

3)

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ionwordpress-key.keystore "$HOME"/ionwordpress/platforms/android/ant-build/CordovaApp-release-unsigned.apk alias_name

4)

zipalign -v 4 "$HOME"/ionwordpress/platforms/android/ant-build/CordovaApp-release-unsigned.apk ionwordpress.apk

ionic_wordpress's People

Contributors

appdevmania215 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.