Code Monkey home page Code Monkey logo

tqs-tablet's Introduction

TQS-Table project starter template for Ionic projects.

TQS-Table 项目

创建项目 TQS-Tablet, 使用命令如下:

$ sudo npm install -g ionic cordova
$ ionic start TQS-Tablet sidemenu

本地运行 TQS-Tablet 命令如下:

$ ionic serve

命令执行成功后会自动打开浏览器,默认地址是:http://localhost:8100,需要在浏览器查看在移动平板的运行效果,在浏览器打开地址:http://localhost:8100/ionic-lab

TQS-Table 移动平台调试

调试运行 TQS-Tablet Android平台命令如下:

$ ionic cordova platform add android
$ ionic cordova build android

TQS-Tablet 移动平台发布

更改APP目录下的platforms/android/AndroidManifest.xml文件,把android:debuggable 改为false

$ ionic cordova build android --release

命令执行成功后会自动编译成apk文件,生成的apk还需要生成签名,否则生成的apk是不可用的。

$ keytool   -genkey   -v   -keystore  TQS-Tablet-release-key.keystore   -alias   TQS-Tablet-release-key.keystore   -keyalg  RSA   -keysize   2048   -validity   10000   

根据提示输入相关的密码以及其他信息,成功之后可以再当前目录下看到 名为 myApp-release-key.keystore 的文件

$ jarsigner   -verbose   -sigalg  SHA256withRSA   -digestalg  SHA1   -keystore  TQS-Tablet-release-key.keystore   TQS-Tablet-release-unsigned.apk   myApp-release-key.keystore

tqs-tablet's People

Contributors

chenwes avatar

Watchers

James Cloos avatar  avatar

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.