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.

Home Page:https://weex-plugins.github.io/amap-running-app/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 版

截图数据仅供演示

About

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

https://weex-plugins.github.io/amap-running-app/index.html


Languages

Language:Java 45.0%Language:JavaScript 34.3%Language:Objective-C 19.4%Language:Vue 0.5%Language:Ruby 0.3%Language:CSS 0.2%Language:Batchfile 0.1%Language:HTML 0.1%