Last active
October 20, 2018 16:35
-
-
Save sbosell/0b6177697539661516851087518d8be4 to your computer and use it in GitHub Desktop.
service-stack-kendo-grid-vue-html-setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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/[email protected]/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