Where can I find cordova.js in the visual studio 2015 hybrid program

I installed a preview of VS 2015. I am trying to use the javascript JavaScript template to create a new project. But I do not see any cordova.js in the project. An attempt to learn from the sample given here [ http://msdn.microsoft.com/en-us/library/dn832630.aspx ] refers to the link to the cordova.js file from the project root. But there is no such file. There are also no instructions for explicit import. What am I missing?

The application creates and displays in Ripple OK. But I'm trying to figure out where the cordova.js file is located.

Thank.

+4
source share
1

Cordova.js , cordova.js \bld\Ripple\Android\Debug or \bld\Debug\platforms\android\assets\www ( Android ).

, cordova.js index.html, . , , Cordova.js Visual Studio.

+7

Source: https://habr.com/ru/post/1568149/


All Articles