Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 934 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 934 Bytes

Ionic - HMS Sample

This simple repo integrates HMS Cordova Push Plugin and has Capacitor custom plugin examples for Analytics & Push Kit of HMS ecosystem.

Running the application

  1. Install dependencies
cd ionic-hms
npm install
  1. Build Ionic app with the following command
ionic build
  1. Copy web assets to your project
npx cap copy
  1. Build and run the Ionic App using Android Studio
npx cap open android

If you are having issues, you can follow getting started.

Contributing

Commit messages must comply with conventional commits. Otherwise commitlint will complain.

Thanks to commitizen, npm run commit command can be used to create commit messages complying with conventional commits.