Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 675 Bytes

cordova-template-cesium

Build Status

cordova配合vue和cesium的工程模板。

如何使用

cordova create myapp --template git+https://github.com/alvisisme/cordova-template-cesium.git
cd myapp
yarn install
yarn build
cordova platform add android
cordova prepare android
cordova build android
cordova run android

参考引用