Kendo UI for jQuery Tutorial - Using NPM / NuGet installation

[ Kendo UI for jQuery Download the latest trial version ]

Kendo UI provides the latest Kendo UI for jQuery, Kendo UI for Angular, Kendo UI Support for React and Kendo UI Support for Vue four controls. Kendo UI for jQuery is to create a modern Web applications most complete UI library.

Use NPM installation

Node Package Manager (NPM) is a popular JavaScript package manager. In this article assume that you are familiar with the steps necessary to use the NPM browser-based libraries, a number of tools to solve this problem is Browserify, Webpack and SystemJS.

Kendo UI Kendo UI Core and maintains Kendo UI Professional NPM package, all Kendo UI official releases, service packs and versions will be uploaded to the internal of them.

Note: Kendo UI Professional NPM package only applies to commercial license holders.

Kendo UI Core on NPM

Kendo UI Core NPM package provided in the form of kendo-ui-core in the http://npmjs.com/, without having to access the credentials. To install the package, run npm install --save kendo-ui-core.

Kendo UI Professional on NPM

Kendo UI Professional NPM package provides the @ progress to form / kendo-ui in the NPM registry. To install the package, run npm install --save @ progress / kendo-ui.

note:

  • Progress NPM registry has been retired, replaced by npmjs.com. To start using the default registry, remove the two lines contain registry.npm.telerik.com from .npmrc file.
  • NPM package script in the browser is not available. To resolve this problem, use WebPack and so tied up.
  • After May 2017, as GitHub repository and can be provided by git kendo old package https://bower.telerik.com/npm-kendo-ui/npm-kendo.git + access will not be renewed, but still We will remain active.
Troubleshooting

This section provides solutions to common problems you may encounter when installing Kendo UI NPM package.

Can not find jQuery module

During the installation instructions, you may see the error: Can not '/ JavaScriptDevelopment / kendo-ui-npm-example / javascript-browserify / Users / bernhard / Documents' errors found in module 'jquery' from.

The most likely reason is that you are using an earlier version of NPM. RESOLUTION Update to NPM ^ 3.0.0 version.

Use NuGet installation

NuGet is a popular open-source .NET package manager. NuGet package manager provides a number of Kendo UI package, all official version and service pack is available for registered users.

After installing the package, the contents of the script and style sheet will be copied to your application, as follows:

  • / Scripts / kendo / <version> / - contains narrow JavaScript file.
  • / Content / kendo / <version> / - contains narrow CSS file and theme images.

NuGet Feed offers the following packages associated with the UI for ASP.NET MVC:

  • KendoUIProfessional - Kendo UI for ASP.NET MVC 5 Commercial.
  • KendoUIProfessional.Trial—Kendo UI Trial.
  • KendoUICore-Kendo UI Core.

Kendo UI R2 2019 SP1 new release, please stay tuned to the latest developments Telerik Chinese net!

Scan attention Hui poly IT micro-channel public number, timely access to the latest developments and the latest information

Hui poly IT micro-channel public number

Guess you like

Origin www.cnblogs.com/AABBbaby/p/11351498.html