karthickthangasamy / demo-kendo

Demo application for Aurelia-KendoUI-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-kendoui-plugin demo site

Live demo Plugin repository

How to run

  1. npm install
  2. jspm install
  3. gulp watch

How to deploy from samples

  1. remove the src, styles and images folder from the demo-kendo repository
  2. copy from the aurelia-kendoui-plugin/sample folder, the src, styles, images folder over to demo-kendo
  3. update the plugin: jspm install aurelia-kendoui-bridge
  4. run gulp watch and verify that everything runs correctly, and that there are no errors in the console
  5. gulp deploy
  6. push changes made by gulp deploy to the github repo

About

Demo application for Aurelia-KendoUI-plugin

License:MIT License


Languages

Language:CSS 42.4%Language:JavaScript 36.2%Language:HTML 21.3%