Hey! First off, thanks for an awesome framework!
i'm trying to use keen-ui with nuxt.js and ran in to some problems. i have read all documentation i can find but still unable to find an answer.
keen-ui is here: https://github.com/JosephusPaye/Keen-UI
This is the info i can find about nuxt and server side rendering. https://nuxtjs.org/guide/plugins#vue-plugins https://nuxtjs.org/faq/window-document-undefined/
This documentation still does not explain how to handle a gui for a whole application with serverside rendering. A problem i think almost everybody will have at some point in the process of making something useful...
As soon as i run import KeenUI from 'keen-ui';
i get the "document is not defined error" so the check for browser has not even happened yet...
Can somebody can give any more pointers how to correctly import and use gui-libraries in nuxt.js, with a use case for a simple template using a component?
I'm starting to think that maybe its impossible to use keen-ui with serverside rendering as it is. If thats the case i will post an issue there as well, just let me know
thanks!
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c207">#c207</a>)</em></sub></div>