besteadfast / carbon

Steadfast's starter project - Craft CMS, Vite, and DDEV
3 stars 2 forks source link

Auto-register Vue components #46

Closed jakedohm closed 8 months ago

jakedohm commented 8 months ago

TLDR

Components in src/js/components should be auto-registered into Vue, so you don't have to manually import each component.

Spec

This also will take care of #25.