Socket
Book a DemoInstallSign in
Socket

@telerik/kendo-package-base

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telerik/kendo-package-base

Kendo UI NPM Package starter template

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Commitizen friendly

A starter repository for Kendo UI platform agnostic components, which provides the basic directory structure and dependencies.

Structure

  • The src directory contains the component source code. All files should be have the .js extensions so that the build scripts may pick them.

  • The src/main.js file should import and re-export all public components of the package. It is used for the build-cdn task.

  • The src/main.d.ts file should export all typescript deffinitions.

  • The src/util.js is an optional example of an additional file - you may remove it if unnecessary.

  • The test directory contains the component tests. They are transpiled just like the source code itself, and are run with Jasmine in NodeJS.

  • The docs directory contains markdown files that document the specifics of the component.

Gulp tasks

  • build-npm-package - builds the scripts and styles in dist/npm in CommonJS format;
  • build-cdn - builds the scripts and styles in dist/cdn in UMD format.
  • test - runs the tests with Jasmine in NodeJS.
  • watch-test - runs the tests in watch mode.
  • docs - launches a preview server for the documentation in the docs directory

Keywords

Kendo UI

FAQs

Package last updated on 13 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts