I currently develop an app with ionic, and my cordova plugin in the same time. I wanted to know how to use the file plugins/fetch.json
to update my plugin from a local file system. Any idea ?
相关问题
- Plugin with id 'com.google.gms.google-services
- Should I use CSS3 media queries to deliver differe
- How to pass form data from Ionic 3 to PHP file?
- apk big size with ionic 4 build
- Ionic Spinner not showing up
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Call non-static methods on custom Unity Android Pl
- Ionic 4: Hardware Back Button Reloading Applicatio
- Phonegap - Error - Keystore alias not recognized
- Can't use serve with Cordova / Phonegap hellow
- How to obtain the enable admission controller list
- ionic - Copy/paste in input field in iOS 10 not wo
- PhoneGap iOS 7 and localStorage
To add a local plugin with ionic :
to remove it :
But to update it it's another problem. Actually I'm removing and installing it again after each edit. Good luck ;)
EDIT
If you are using a previous version of ionic cli, and it doesn't work, change the commands to the following :
and
If you are using plugman then
will install the plugin, read other options in project's readme.