Plugins
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…