This is a migrated thread and some comments may be shown as answers.

Integration with Nuxt

5 Answers 601 Views
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 06 Jul 2018, 12:26 PM

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

Sort by
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
Plamen
Telerik team
answered on 09 Jul 2018, 10:36 AM
Hi,

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'
import { 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
Plamen
Telerik team
answered on 09 Oct 2018, 05:29 AM
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
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
Asked by
Martin
Top achievements
Rank 1
Answers by
Martin
Top achievements
Rank 1
Plamen
Telerik team
Sylvain
Top achievements
Rank 1
Share this question
or