ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: WHD-ITMOD on June 01, 2020, 10:55:15 pm

Title: ParamQuery Pro - Jenkins
Post by: WHD-ITMOD on June 01, 2020, 10:55:15 pm

Now we got the ParamQuery Pro version.
How do we install the package using Jenkins?

Thanks
Prabhakar.
Title: Re: ParamQuery Pro - Jenkins
Post by: paramvir on June 02, 2020, 08:53:19 am
ParamQuery is a front end js library and the package is composed of js and css files. 

It has nothing to do with Jenkins or any other server side framework / environment. You can use ParamQuery library in the same way you use any other js library.

Steps to use it are dependent upon whether you use it with jQuery, plain js, Angular, React, Vuejs, etc.

There is a tutorial section on how to get started:

https://paramquery.com/pro/tutorial#topic-include
Title: Re: ParamQuery Pro - Jenkins
Post by: WHD-ITMOD on June 02, 2020, 08:55:16 pm

My question wasn't very clear, sorry about that.

When building on Jenkins (MSBuild), it runs npm install everytime, installing all the package.json libraries on Jenkins server. Now, if we do that with pqgrid I guess it would install the evaluation version of pqgrid, not the pro version. How do we npm install the pro version? Do we have to include the pro version to our application path?

Thanks.
Title: Re: ParamQuery Pro - Jenkins
Post by: paramvir on June 03, 2020, 09:21:49 am
Yes, Pro commercial version is not available on npm, hence you might have to use it a local npm package.