huafu / barcode-to-pc-app

Barcode to pc app

Home Page:https://barcodetopc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barcode to pc app

Useful links

Downloads

Repositories

Setup

git clone https://github.com/fttx/barcode-to-pc-app/
cd barcode-to-pc-app
npm install
ionic cordova platform add android
ionic cordova platform add ios
ionic cordova resources

Run

ionic cordova run ios --device
ionic cordova run android

Release

# iOS
ionic cordova build ios --prod --release

# Android
# Increase version code in config.xml
ionic cordova build android --prod --release
APK_PATH="platforms/android/build/outputs/apk/release/android-release-unsigned.apk"
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore barcode-to-pc-keystore.jks $APK_PATH keystore
zipalign -v 4 $APK_PATH out.apk

About

Barcode to pc app

https://barcodetopc.com/


Languages

Language:TypeScript 80.5%Language:HTML 15.6%Language:CSS 3.5%Language:JavaScript 0.5%