HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Sujan

no profile record

comments

Sujan
·8 năm trước·discuss
Once all your plugins are supported in one way or another (Capacitor plugin or compat for Cordova plugin) you should just be able to install Capacitor in your project and see if it all works. Required code modifications in your app should be limited to the interaction with native.
Sujan
·8 năm trước·discuss
Capacitor is not Cordova plus a bit of stuff, but a total reimagining how such a tool should work. Cordova for example is defined by dynamic platforms you can add or remove, or that builds are (or can be) done with the CLI. Capacitor has none of that.
Sujan
·8 năm trước·discuss
You commit it all (except what .gitignore already ignores or your IDE adds), the native projects are are not build but source artifacts here. Benefit: Once the project is created, you can modify and adapt it in any way you want and have those changes versioned like all other code changes.
Sujan
·8 năm trước·discuss
I had an early look and wrote a bit about it as well: Introduction article that touches on all the relevant bits at https://ionic.zone/capacitor/overview and an Overview of the CLI at https://ionic.zone/capacitor/cli