Skip to content

Instantly share code, notes, and snippets.

@sbosell
Last active October 20, 2018 16:35
Show Gist options
  • Save sbosell/0b6177697539661516851087518d8be4 to your computer and use it in GitHub Desktop.
Save sbosell/0b6177697539661516851087518d8be4 to your computer and use it in GitHub Desktop.
service-stack-kendo-grid-vue-html-setup
<!--Load Kendo styles from the Kendo CDN service-->
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.913/styles/kendo.common.min.css"/>
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.913/styles/kendo.default.min.css"/>
<!--Load the required libraries - jQuery, Kendo, Babel and Vue-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<script src="https://kendo.cdn.telerik.com/2018.3.1017/js/kendo.all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.17/vue.min.js"></script>
<script src="https://unpkg.com/@progress/kendo-data-query@1.5.0/dist/cdn/main.js"></script>
<script src="https://unpkg.com/@progress/kendo-datasource-vue-wrapper/dist/cdn/kendo-datasource-vue-wrapper.js"></script>
<script src="https://unpkg.com/@progress/kendo-grid-vue-wrapper/dist/cdn/kendo-grid-vue-wrapper.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment