Hi. I am looking at Kendo UI to fast track some dev , quite new to nodejs but I got it up and running with Vuetify.
https://nuxtjs.org/guide/installation/
Your instructions for installing are ok for a regular vue app , but I can't seem to integrate it into a Nuxt App.
I get "window is not defined" . Ideas?
5 Answers, 1 is accepted
0
Martin
Top achievements
Rank 1
answered on 06 Jul 2018, 12:28 PM
Sorry , Meant to say I got it up and running with Nuxt and Veutify.
I wanted to look at switching from Vuetify to Kendo UI.
0
Hi,
Kendo for Vue does not support Server Side Rendering and Nuxt because it needs the window object.
Regards,
Plamen
Progress Telerik
Kendo for Vue does not support Server Side Rendering and Nuxt because it needs the window object.
Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Sylvain
Top achievements
Rank 1
answered on 07 Oct 2018, 11:17 AM
Hello,
even if using a SPA application ?
I try adding a plugin in nuxt, but without success.
Is there in the roadmap a way to use kendo with nuxt ?
Here is the plugin code:
import Vue from
'vue'
import
'@progress/kendo-ui'
import
'@progress/kendo-theme-default/dist/all.css'
i
mport { DropdownsInstaller } from
'@progress/kendo-dropdowns-vue-wrapper'
Vue.use(DropdownsInstaller)
0
Sylvain
Top achievements
Rank 1
answered on 08 Oct 2018, 01:15 PM
Actually the plugin above works in SPA application, it was a problem of nuxt compilation.
Sylvain
0
Hello,
I just want to confirm that Kendo Wrappers for Vue can work alongside with Nuxt yet there is no direct integration with it. If you need such integration I would recommend you to submit it in our feedback portal here and describe well what would you expect from it.
Regards,
Plamen
Progress Telerik
I just want to confirm that Kendo Wrappers for Vue can work alongside with Nuxt yet there is no direct integration with it. If you need such integration I would recommend you to submit it in our feedback portal here and describe well what would you expect from it.
Regards,
Plamen
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items