chenz24 / vue-blu

UI Component Library Base on Vue.js(2.x) and Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt JS integration - Feature request

rebosante opened this issue · comments

commented

Dope job!

I've been trying to integrate vue-blu in Nuxt JS. In the first try I had the 'window undefined error'... after I applied the recommended fix I couldn't manage solving a server-rendered issue in which the vue-blu component tags were not processed due to the condition applied on process.BROWSER_BUILD basically because in my case 'vue-blu' tags were processed on client-side render.
Is there a solution for this or are you guys planning to implement an easy integration with Nuxt?