Skip to content

saifulriza/kajianid-ui

Repository files navigation

Sistem Informasi Kajian Islami (kajianid)

Sistem Informasi Masjid, Ustadz dan Kajian Rutin

InfoKajian CI

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Build tha app for android

Use this 4 following command to generate key

keytool -genkey -v -keystore quasar-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias quasar-release
keytool -importkeystore -srckeystore quasar-release-key.jks -destkeystore quasar-release-key.jks -deststoretype pkcs12
keytool -genkey -v -keystore quasar-debug-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias quasar-debug
keytool -importkeystore -srckeystore quasar-debug-key.jks -destkeystore quasar-debug-key.jks -deststoretype pkcs12

Create configuration file

cp build.cordova.json.example build.cordova.json

Open build.cordova.json and replace ****** with your key password

And then build the app for development

npm run cordova:dev

Or build the app for production

npm run cordova:build

Customize the configuration

See Configuring quasar.conf.js.

About

Website untuk mencari kajian islami.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages