项目作者: abritopach

项目描述 :
Sample project that shows how mobx can help you manage application state in your Ionic app.
高级语言: TypeScript
项目地址: git://github.com/abritopach/ionic-mobx-example.git
创建时间: 2017-07-17T07:49:46Z
项目社区:https://github.com/abritopach/ionic-mobx-example

开源协议:

下载


Ionic-mobx-example

Sample project that shows how mobx can help you manage application state in your Ionic app.

Original source (Ashteya Biharisingh):

  • FrontEnd: Ionic App.

Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

  • Test in localhost:

To run it, cd into ionic-mobx-example and run:

  1. npm install
  2. ionic serve
  • Test in Android:
  1. ionic cordova add platform android
  2. ionic cordova run android
  • Test in iOS:
  1. ionic cordova add platform ios
  2. ionic cordova run ios

Requirements

License

MIT License.

Original work Copyright (c) Ashteya Biharisingh