-
Notifications
You must be signed in to change notification settings - Fork 145
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
Nuxtjs Issue #38
Comments
I don't know if this is relevant now but you need pub and pug-loader Nuxt should not need any configuration after this as vue-loader will take care of it Or alternatively you could not use pug |
@coatesjonathan In NuxtJs project. I have created new plugin file to register the Vuse // plugins/vuse.js
And make some changes in
I getting the error (see image below) Can you help me a sample project integration with Vue and Nuxt Js |
I haven't actually used it much to be honest, I was starting a proof of concept but then had to leave it.
I'm not part of this project and have not worked with it much so this might not be the correct solution rather just what I did. |
@mewis Thanks I have made some change on Component but still not work. In my case,
Did you have any ideas to replace Vuse ? |
I am afraid not, when I was playing around it was for a proof of concept but unfortunately I ran out of time on it. Sorry I cant be more help but I didn't get too far with this before stopping. |
Hey, I'm trying to use this in a Nuxtjs application, and when I try to import this via the nuxtjs /plugins/ method I get the following error when importing a component.
Can anyone help?
The text was updated successfully, but these errors were encountered: