CMatias / jscrambler-ionic-protection

0 stars 3 forks source link

Protecting your Ionic application with Jscrambler

1. Install dependencies

npm install -g cordova ionic

npm install jscrambler --save-dev

2. Create an ionic project

ionic start myProj tabs

3. Create a new hook which uses Jscrambler

Inside the after_prepare directory create a new hook. You can use the one provided here.

4. Build / Prepare the application

ionic prepare

or

ionic build <platform>