vite-plugin-elljo This vite plugin enables to use the elljo framework with vite. Getting started Add this code to your vite.config.js import elljoLoader from 'vite-plugin-elljo' export default { plugins: [elljoLoader()] }