All Projects → weex-plugins → Amap Running App For Apache Weex

weex-plugins / Amap Running App For Apache Weex

amap-running-app-for-apache-weex is a third party plugin, and is not developed nor maintained by Apache Weex.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Amap Running App For Apache Weex

Weexone
Weex [one 一个]客户端
Stars: ✭ 865 (+609.02%)
Mutual labels:  weex
Weexplus
🔨基于阿里WeexSDK跨平台方案,在原有的组件基础上,提供weex调用android native方法的一套扩展通信交互库,包含页面导航、数据存储、图片选择、二维码识别、权限等。
Stars: ✭ 73 (-40.16%)
Mutual labels:  weex
Weex Analysis Project
Weex源码分析系列文章
Stars: ✭ 110 (-9.84%)
Mutual labels:  weex
Chameleon Sdk Android
Android系统下Chameleon SDK
Stars: ✭ 30 (-75.41%)
Mutual labels:  weex
Chameleon
🦎 一套代码运行多端,一端所见即多端所见
Stars: ✭ 8,639 (+6981.15%)
Mutual labels:  weex
Webpack
🔥 A full-featured , A Weex and Vue.js project,which is an awesome solution for building Dingtalk microapp with extremely high performanece.
Stars: ✭ 81 (-33.61%)
Mutual labels:  weex
Alaweb
一套 Vue 代码,多端可用(H5、小程序、苹果App、安卓App、头条等)。系统含150+页面,200+组件(5端通用),30+元件(每个终端独立完成)
Stars: ✭ 837 (+586.07%)
Mutual labels:  weex
Weex Android Joke
A joke android app,powered by alibaba's weex.
Stars: ✭ 112 (-8.2%)
Mutual labels:  weex
Bindingx
🚀 Bind actions to effects.
Stars: ✭ 1,177 (+864.75%)
Mutual labels:  weex
Weexjandan
Weex Vue写的解析HTML应用
Stars: ✭ 100 (-18.03%)
Mutual labels:  weex
Weex Image Crop Picker
iOS/Android image picker with support for camera, configurable compression, multiple images and cropping porting from
Stars: ✭ 42 (-65.57%)
Mutual labels:  weex
Eros Publish
☁️ eros 简易 app 增量更新后端系统。
Stars: ✭ 58 (-52.46%)
Mutual labels:  weex
Weex Eleme
The best practice of weex development guide, 仿饿了么V7.28
Stars: ✭ 82 (-32.79%)
Mutual labels:  weex
G3d
A pure 3D render engine compatible with webgl, running both in browser and gcanvas.
Stars: ✭ 948 (+677.05%)
Mutual labels:  weex
Easywebpack Cli
A Powerful Cross-platform Webpack CLI Tool
Stars: ✭ 110 (-9.84%)
Mutual labels:  weex
Wosi Demo
一款用chameleon写的跨h5、小程序和native端的背单词软件
Stars: ✭ 16 (-86.89%)
Mutual labels:  weex
Weexerosframework
eros android sdk.
Stars: ✭ 76 (-37.7%)
Mutual labels:  weex
Hotfix
一种轻量级的可以通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。
Stars: ✭ 114 (-6.56%)
Mutual labels:  weex
Analyzer Of Android For Apache Weex
Stars: ✭ 111 (-9.02%)
Mutual labels:  weex
Mln
高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua
Stars: ✭ 1,343 (+1000.82%)
Mutual labels:  weex

amap-running-app

Use weex-amap to build a running app

How to use

1.首先克隆这个项目(后面会写如何自己创建这样的项目). 确保你自己环境安装了weex-toolkit

git clone https://github.com/weex-plugins/amap-running-app

2.进入克隆的项目目录,然后执行 npm install

3.测试你的需要运行的平台,比如android 或者 ios

weex platform add android

4.添加插件 weex-amap

weex plugin add weex-amap

这个时候你就可以运行命令看具体运行的效果了:

weex run android

如果你自己使用weex-toolkit创建项目,你只需要这样做:

weex create runningapp
cd runningapp && npm install
weex platform add android
weex plugin add weex-amap
weexpack run android

运行demo截图

iOS 版

Android 版

截图数据仅供演示

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].