UNPKG

aurelia-kendoui-bridge

Version:

A set of Telerik KendoUI wrappers for Aurelia allowing developers to easily use KendoUI components in their Aurelia application.

14 lines (11 loc) 557 B
## Contributing The following steps will allow you to contribute to our project: 1. Fork the plugin 2. Run `npm install` in the root directory and the `sample` directory 3. Run `jspm install` in the root directory and the `sample` directory 4. Make any changes 5. Use the embedded sample app to check if your changes didn't break anything. Run `gulp watch` and browse to `http://localhost:3000`. 6. Run all unit tests using `gulp test` 7. Run `gulp build` (and fix any errors) 8. Run `gulp lint` (and fix any errors) 9. Create a pull request