/demo-kendo

Demo application for Aurelia-KendoUI-plugin

Primary LanguageCSSMIT LicenseMIT

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