Hi
Do I must install weekly build from inside Visual Studio ? I tried from power shell but it alwayes give me no match
Install-Package Syncfusion.EJ2.JavaScript -Version 19.4.0.43
I want to use phpstorm for developing not visual studio for JavaScript library
Thanks Gokul ,
I want to use weekly build so where I download it without using nuget ? Visual Studio only use nuget , right ? but I dont want to use visual studio I am looking to download weekly build from web installer or offline installer.
Thanks but to use nuget I have to use Visual Studio IDE , right ? is there a way to get the updates and use it with another IDEs ?
Hi William,
You can use Visual Studio Code IDE to download and install the NuGet packages if you don’t have a Visual Studio IDE.
Also, you can use NuGet Command Line Interface to get the latest Syncfusion NuGet package and you can use it with other IDE’s.
Let us know if any concerns.
Regards,
Kalap Johnson Peter P.
I downloaded the nupkg from this url
https://www.nuget.org/packages/Syncfusion.Licensing/
how I use this extension nupkg ? I tried renamed to zip and found only those libraries
https://nuget.info/packages/Syncfusion.Licensing/19.4.0.47
Where I can find javascript ?
the progress bar demo is not loading
https://ej2.syncfusion.com/demos/#/bootstrap5/progress-bar/linear/
Please forgive me I dont understand how to use the nupkg file.
In this link
https://www.nuget.org/packages/Syncfusion.JavaScript/
I downloaded the nupkg file so to get the javascript inside I renamed it to zip. Then I found these folder in this screenshot
Now if I want to include all the javascript libraries in html file for example which files to include ?
Many thanks.
This is what I mean I must use Visual Studio to install the nuget? then I can copy the files (js and css) to another IDE like web storm ?
I wanted to start with EJ2 ES5 so I found this documentation to add the widget to html file
https://ej2.syncfusion.com/javascript/documentation/getting-started/quick-start/
Is that correct ?
Thanks