Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

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

Notifications You must be signed in to change notification settings

weex-plugins/amap-running-app-for-apache-weex

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published