-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't get Nunjucks loader working in Vue JS #69
Comments
I know everyone treats repos differently, but generally those questions are better fit for stack overflow after you've figured out a specific problem you're having. |
@olsonpm - well you may have a point, but I have a bunch of OS repositories which I'm quite happy taking usage questions on. The way I see it, if I answer a question once, it's easy to search and refer people to again. If it's a really good question, I can use it in the documention. |
@davestewart Do you have a success in using Nunjucks with Vue? |
Currently I have trying to use it.
Vue template loader got string like this, instead of compiled template:
|
From #24 I found nunjucks-html-loader. Seems it works well with vue-loader. |
Hey @likemusic - I haven't needed to since, so ended up ceasing investigations. Good news about the loader though. Is that related to your other project? |
@davestewart If you means vue-template-extends, then it not uses And I ended up ceasing investigations with |
Hey,
I tried and failed a while ago to get Nunjucks working in Vue via this package:
https://forum.vuejs.org/t/getting-nunjucks-templates-loading-with-vue-vue-loader/27944
Just posting here as I'd love to pick this up again. My apologies I'm unable to provide much info, I guess I'm really just hoping to get a bit of a walkthrough.
Thanks,
Dave
EDIT: Related issue: https://forum.vuejs.org/t/reusable-templates-possible-or-feature/21494/42
The text was updated successfully, but these errors were encountered: