Git Product home page Git Product logo

robot's Introduction

release/js-v2.0

初次运行项目依次执行以下命令

cd cloud-storage-mobile  ---进入前端mobile工程
cnpm install             ---安装mobile工程依赖
cnpm run build           ---打包mobile项目
cd ../
cordova platforms add android  --增加android工程依赖
cordova build android    ---打包APK项目

打测试包 
cordova build android
打生产包 
cordova build android --release --buildConfig ./build/android/build.json

"cordova-android": "^7.0.0" --- 项目使用android的版本为7.0.0 "cordova-plugin-app-version": "^0.1.9", ---获取当前app的版本号 "cordova-plugin-camera": "^2.4.1", --- 调用手机的摄像头 "cordova-plugin-compat": "^1.2.0", --- cordova-plugin-camera 插件依赖的插件 "cordova-plugin-file": "^6.0.1", --- 文件系统插件,存储文件 "cordova-plugin-file-opener2": "^2.0.19", --- 打开本地安装的应用 "cordova-plugin-file-transfer": "^1.7.1", ---文件上传和下载 "cordova-plugin-media": "^5.0.2", --- 获取app的录音权限 "cordova-plugin-splashscreen": "^5.0.2", --- app设置开机图片 "cordova-plugin-whitelist": "^1.3.3" ----用于配置协议的白名单。在Cordova引用创建时自动添加了这个插件

robot's People

Contributors

1003798128 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

huyuezheng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.