I tried to create an app using ionic 2 typescript with visual studio tools for apache cordova. I want to know whether the visual studio tools for apache cordova is good to move on or do i want to change to visual studio code.
Issues which I am facing with visual studio tools for apache cordova typescript applications are:
I couldn’t find samples for bower implementation or web pack implementation to know how to use client side libraries.
If any changes in html or ts file again i want to stop and rerun the application. Is there any option to affect the changes with out the stop and re run the application?
Please correct me if anything I did wrong. Appreciate your help…
You build the apps with ionic-app-scripts. This package builds the content with webpack and some custom build steps for you. You don’t have to configure webpack by yourself.
then what about bower. For an example if i want to use any external jquery (for country and country code) how can i initialize in my application and how will i call it in my ts file.
Ionic 2+ has switched over to NPM for package management. I’m not 100% positive that you can’t use Bower, but I don’t know what the reason would be. There’s a NPM package for jQuery.
I went with VS code… Everything works fine but the thing is i want to deploy the package for android using visual code terminal to test that apk in several android devices. When i worked with visual studio taco it is simple to build the apk package but here i don’t know how to do it… Appreciate your help…