-
创建一个cordova测试工程
cordova create mapapp --template git+https://github.com/alvisisme/cordova-template-cesium.git cd mapapp yarn yarn build cordova platform add android
-
安装插件
通过git仓库方式安装
cordova plugin add git+https://github.com/alvisisme/cordova-plugin-mbtileserver.git
通过本地文件方式安装
git clone https://github.com/alvisisme/cordova-plugin-mbtileserver.git cordova plugin add ./cordova-plugin-mbtileserver
-
接口测试
使用cesium接口测试服务是否能正常调用
TODO
-
安装支持平台
cordova platform add android
-
构建应用
cordova build
-
运行应用
cordova run