Vite
Vue3 Auto Vite Components
Install the package with one of the following: // NPMnpm i vue3-auto-vite-components // Yarnyarn add vue3-auto-vite-components While standard auto-import loaders use the build process (i.e. a plugin for Vite or Webpack) to automatically import/register your components, this package takes a slightly different tack and instead uses built-in Vue and Vite…
Automatic Vue Component Registration with Vite
Developing a large web application is a constant struggle to not keep writing the same things over and and over again. Part of this can be the need to continually import your components within a Vue application. While there are some great tools to help automatically register all of your…