11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
195 stars 11 forks source link

Vue component incremental builds (stage 3) #14

Open zachleat opened 3 years ago

zachleat commented 3 years ago

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

Related #13 #15