`
sillycat
  • 浏览: 2543074 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Hybrid(2)meteor Running Android and iOS

 
阅读更多
Hybrid(2)meteor Running Android and iOS

1. Build the Android
Running on an Android emulator
> meteor install-sdk android

✗ Android emulator acceleration is not installed
  (The Android emulator will be very slow without acceleration)

follow this document to install that
https://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Mac#haxm

> meteor add-platform android

> meteor run android

This will run on the emulator.

Real Android Device
> meteor run android-device

> meteor run android-device --mobile-server sillycat.meteor.com

2. Build the iOS
Running on an iOS Simulator

> meteor install-sdk ios

> meteor add-platform ios

> meteor run ios

Running on an iPhone or iPad
> meteor run ios-device
> meteor run ios-device --mobile-server sillycat.meteor.com

3. Try more Example
>meteor create --example todos
> meteor create --example localmarket

https://github.com/meteor/meteor/tree/devel/examples/localmarket

A lot of great example https://github.com/meteor/meteor/tree/devel/examples

leaderboard
localmarket
todos
other/wordplay

References:
https://www.meteor.com/try/7
https://www.meteor.com/try/12

http://docs.meteor.com/#/basic/

deployment
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-meteor-js-application-on-ubuntu-14-04-with-nginx
https://meteorhacks.com/deploy-a-meteor-app-into-a-server-or-a-vm
https://github.com/arunoda/meteor-up

client only
http://www.meteorpedia.com/read/Building_for_the_client_only
http://stackoverflow.com/questions/24600653/meteor-client-side-only-publish-subscribe
http://frozeman.de/blog/2013/08/using-meteor-as-frontend-library/

install grunt
http://sillycat.iteye.com/blog/1860773

ui part
http://getbootstrap.com/2.3.2/scaffolding.html#responsive
http://getbootstrap.com/
https://github.com/twbs/bootstrap
https://github.com/nghuuphuoc/responsivetest
分享到:
评论

相关推荐

    meteor-ios, Meteor iOS将本机iOS应用程序与 Meteor 平台集成( http.zip

    meteor-ios, Meteor iOS将本机iOS应用程序与 Meteor 平台集成( http Meteor iOSMeteor iOS通过DDP将本机iOS应用与 Meteor 平台( http://www.meteor.com ) 集成。 它为延迟补偿提供全面支持,并支持核心数据编程模型...

    Meteor-Todo:这是我与Meteor和Mango一起使用的ToDo应用程序

    这是我与流星和芒果一起使用的f *跨平台(Web,iOS,Android)ToDo应用程序。 技术领域 流星JS 芒果数据库 HTML5 CSS3 添加网络平台 在网络浏览器上运行 git clone https://github.com/kannans/Meteor-Todo.git ...

    meteor-bootstrap-ios7:用于流星的 Bootstrap iOS7 包

    Meteor Bootstrap-iOS7 为打包的 。 几乎所有不是来自 bootstrap-ios7 的东西都来自 。 安装 使用 Meteor 1.0 及更高版本,安装使用: $ meteor add pandark:bootstrap-ios7 建造 目前无法轻松构建该包。 ...

    meteor2 1394 实例程序

    《Matrox Meteor2 1394卡实例程序解析》 Matrox Meteor2 1394卡是一款专业级的视频采集卡,以其强大的性能和稳定性在IT领域中备受推崇。这款卡支持1394接口,即常说的FireWire接口,能够实现高质量的视频数据传输,...

    meteor-cordova-ios-gap-ready-iframe-issue-example:[WIP] 流星 1.1.0.2

    环境OS X 优胜美地 10.10.3 流星 1.1.0.2 Xcode 6.3.2怎么跑 git clone ...ios

    MeteorDDP:MeteorDDP确实有助于使用iOS中的本机Swift集成以meteor(用javascript编写的框架)编写的服务器

    Meteor是基于节点的完整堆栈框架,可用于创建React式Webapp,可以轻松将其移植到Android和iOS平台。 响应式Webapp意味着实时行为:客户端与服务器端之间存在持续的连接,因此,通过任何方式(在数据库中直接输入,...

    hello-meteor-android-ddp:通过DDP在Android本机上使用Meteor的示例

    2. **Meteor后端集成**:学习如何设置和配置Meteor服务器,以允许Android客户端的连接。 3. **Android网络编程**:使用Java的HttpURLConnection或OkHttp等库进行网络请求,建立与 Meteor 服务器的连接。 4. **JSON...

    meteor系列博客demo-004

    2. **Blaze模板引擎**:Meteor提供了Blaze作为默认的视图层,它允许开发者以声明式的方式编写UI,与数据模型紧密相连,当数据变化时,Blaze会自动更新对应的UI。 3. **MongoDB数据库**:Meteor默认使用MongoDB作为...

    meteor-android

    流星机器人尝试跑步 $ meteor create meteor-android$ cd meteor-android$ meteor install-sdk android$ meteor add-platform android$ meteor run android-device

    Meteor的publish和subscrbe简单介绍

    在 Meteor 框架中,`publish` 和 `subscribe` 是两个核心概念,它们是 Meteor 实现实时数据同步的关键机制。这两个功能使得开发者能够轻松地在客户端和服务器之间传输数据,实现双向数据流,从而创建出高度响应的...

    使用Meteor全栈框架以JavaScript开发的Web聊天服务器+即时在线聊天

    Rocket.Chat 原生支持 Windows,Mac OS X,Linux,iOS 和 Android 平台。Rocket.Chat 通过 hubot 集成了非常流行的服务,比如 GitHub,GitLab,Confluence,JIRA 等等。 高级的特性包括:OTR 消息,XMPP 多用户聊天...

    getting started with meteor

    Meteor的移动框架允许开发者使用JavaScript来创建Android和iOS上的应用。 知识点九:Meteor的性能优化 为了确保高性能的应用体验,Meteor提供了很多性能优化的工具和方法。包括对数据加载和渲染的控制、客户端和...

    meteor-master.zip

    《 Meteor 框架深度解析:从 meteor-master.zip 开始》 Meteor,作为一个全栈JavaScript开发框架,以其独特的实时性、高效性和易用性在Web应用开发领域独树一帜。当你拿到名为"meteor-master.zip"的压缩包,你很...

    meteor入门demo

    4. **Files and Assets**:Meteor 提供了处理静态资源(如CSS、JavaScript和图片)的方法。你可以将这些文件放在特定的目录中,Meteor会自动处理它们。 5. **Packages**:Meteor 的包管理系统允许你轻松添加和管理...

    meteor-devel.zip

    2. **MongoDB**:Meteor 默认采用 MongoDB 作为数据库,提供实时数据更新和查询能力。源码中的数据库操作部分展示了如何与 MongoDB 进行高效交互。 3. **Blaze**:Meteor 自带的模板引擎,用于构建动态用户界面。...

    meteor-framework7-ios:使用iOS主题的Meteor框架7

    使用iOS主题的Meteor的 v1.6.5 如何使用它? 添加包裹 meteor add loftsteinn:framework7-ios 结合使用Framework7和JavaScript 自动加载Framework7,之后可以使用Framework7和Dom7全局变量。 if ( Meteor . is...

    Node.js-meteor现在是一个工具让您用一个命令立即部署Meteor应用程

    2. **Meteor框架**:解释Meteor的核心特性,如Blaze模板引擎、DDP(Distributed Data Protocol)数据协议、MongoDB集成、Pub/Sub(发布/订阅)机制,以及如何使用Meteor进行前后端一体化开发。 3. **实时应用开发**...

    meteor-ionic-example:使用urigo的示例应用

    要为android meteor run android : meteor run android 要为ios meteor run ios : meteor run ios 。 ngCordova 请按照以下步骤在您的应用程序中使用ngCordova: 将其添加到您的应用程序的index.html。 在本...

    meteor-maps:用于流星的同构原生Android,iOS和Web Google Maps程序包

    configurePlugin ( 'plugin.google.maps' , { API_KEY_FOR_ANDROID : "Shhh it's a secret." , API_KEY_FOR_IOS : "You beter believe this is too."} ) ;用法Maps . load ( 'GoogleMaps' , { v : '3.20' , // Key ...

Global site tag (gtag.js) - Google Analytics