eleventy-plugin-vue icon indicating copy to clipboard operation
eleventy-plugin-vue copied to clipboard

Use Vue.js templates and Vue.js single file components in Eleventy.

Results 18 eleventy-plugin-vue issues
Sort by recently updated
recently updated
newest added

In 1.0 we can merge `rollupOptions`. It would be nice to also merge options of the Vue config. 11ty Vue already uses `globalProperties` ([source](https://github.com/11ty/eleventy-plugin-vue/blob/master/EleventyVue.js#L528)). As far as I can see...

Hi! I'm loving using this plugin for Eleventy. The problem I'm having is that I'm not able to use `serverPrefetch`, it always returns undefined content to the template. I've put...

education

File-based component caching so that we don’t need to re-build all of the components on initial build. Related #13 #15

enhancement

When trying to dynamically import component based on a props like this: ```vue computed: { dynamicComponent() { return () => import(`./component.vue`); } } ``` We get this error: ``` `TemplateContentRenderError`...

Secondary requirement: `` should return nothing (instead of what it does now, which is ``)

Here’s an example of a bad-ish error ![image](https://user-images.githubusercontent.com/39355/77702447-88d23600-6f86-11ea-8a87-7da59689cf8b.png)

I'm using Eleventy 2.0.0-canary.18 and the Vue plugin 0.7.4. My [whole `package-lock.json` is here](https://raw.githubusercontent.com/philwolstenholme/wolstenhol-11ty/github-star-pagination/package-lock.json). I'm trying to split https://wolstenhol.me/github-stars up into multiple pages showing 15 items per page. It's using...

Using version 0.8.0 Using tested node versions 16, 20 Error on startup when .vue file present: Using `cross-env ELEVENTY_EXPERIMENTAL=true eleventy --serve` ``` [11ty] Problem writing Eleventy templates: (more in DEBUG...