I am successfully able to build for android, now I want to build apps for windows.
What is the process of setting up the build environment for windows?
I do not want to work with Visual Studio, can I install windows SDK as a stand alone and work with it using the command line?
If I take a look at the Docs here it does not go into any detail https://github.com/apache/cordova-windows
The same is mentioned here as well https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html
If I have no way of escaping the use of Visual Studio, then kindly also mention the correct way to install the tools for Cordova Development
-Thanks