Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guidelines for integrating with nuxt-js #597

Open
nimosunbit opened this issue Aug 26, 2019 · 3 comments
Open

Add guidelines for integrating with nuxt-js #597

nimosunbit opened this issue Aug 26, 2019 · 3 comments

Comments

@nimosunbit
Copy link

Would be very helpful if you add an example of how to integrate the package on nuxt-js.

@xaksis
Copy link
Owner

xaksis commented Aug 26, 2019

Yeah would be good. I don't use Nuxt though so maybe someone in the community can help.

@xaksis xaksis changed the title Please add guideline for nuxt-js Add guidelines for integrating with nuxt-js Aug 26, 2019
@ardasatata
Copy link

ardasatata commented Nov 13, 2019

no one? i tried to integrate it with nuxt but the css won't load if I build it to production, however it works in dev mode, has someone experienced this? thanks

EDIT:

nvm it is because of my extractCSS config in my build nuxt.config.js I set it to false and the stylesheet seems to load correctly

@mrleblanc101
Copy link

mrleblanc101 commented Oct 27, 2021

Do I need to wrap <vue-good-table> in a <client-only> tag if the plugin is only loaded on the client-side ?
Seems like not wrapping it in <client-only> create hydration errors.

plugins: [
    { src: '@/plugins/vue-good-table.js', mode: 'client' },
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants