Giter Site home page Giter Site logo

ioniclub's Introduction

Ioniclub App

Join the chat at https://gitter.im/IonicChina/ioniclub

http://ionichina.com Ionichina社区客户端,采用Ionic Framework开发

Download on the app store

快速开始

1. 首先安装ionic

$ sudo npm install -g cordova ionic

2. 项目Clone到本地

$ git clone https://github.com/IonicChina/ioniclub.git

3. 添加 android 或 ios 平台

注: 真机调试,浏览器可以跳过此步骤;
ios 开发只能在 mac 下进行。

$ cd ioniclub
$ ionic platform add ios
$ ionic platform add android

4. 添加所有用到的插件

bower install moment --save
bower install ngCordova
bower install angular-moment --save
bower install angular-resource --save
cordova plugin add https://github.com/danwilson/google-analytics-plugin.git
cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git
cordova plugin add cordova-plugin-inappbrowser
cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git
cordova plugin add https://github.com/whiteoctober/cordova-plugin-app-version.git
cordova plugin add cordova-plugin-network-information
cordova plugin add https://github.com/wildabeast/BarcodeScanner.git
cordova plugin add https://github.com/VersoSolutions/CordovaClipboard.git

jpush 插件安装参考:[https://github.com/jpush/jpush-phonegap-plugin](https://github.com/jpush/jpush-phonegap-plugin

注:在添加了BarcodeScanner插件后android 打包会遇到个蛋疼error,解决方案是在platforms/android/build.gradle文件里 android {} 结点(243行)添加

  abortOnError false
}```
[#详情](http://forum.ionicframework.com/t/error-when-running-cordova-build-release-android/25136/4)
### 5. 运行
#### 浏览器
  $  ionic serve
#### ios
  $  ionic build ios
  $  ionic run ios
#### android
  $  ionic build android
  $  ionic run android


## 贡献
[贡献者列表](https://github.com/IonicChina/ioniclub/graphs/contributors)

有任何意见或建议都欢迎提 issue,或者直接在社区 [http://ionichina.com](http://ionichina.com) 提给 [@DongHongfei](http://ionichina.com/user/DongHongfei)

## License
[MIT](LICENSE)

ioniclub's People

Contributors

donghongfei avatar xinhualufang avatar gitter-badger avatar

Watchers

James Cloos avatar 张晓培 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.