Vue has a separate from Eleventy compilation pipeline using Rollup.
On first run Eleventy Vue should build all the components.
On second run Eleventy Vue should only build the components that have changed (in Rollup).
If it’s a Vue component (not a full Vue template), it builds all of the Vue files (see #15 for next steps). If you modify a Vue template file, it only builds that template file.
Vue has a separate from Eleventy compilation pipeline using Rollup.
If it’s a Vue component (not a full Vue template), it builds all of the Vue files (see #15 for next steps). If you modify a Vue template file, it only builds that template file.
Related: #14 #15