vite-plugin-elos The Vite plugin for ELOS (Language to create HTML emails) Install the plugin npm install vite-plugin-elos Add the plugin to your vite.config.js import { defineConfig } from 'vite'; import elos from 'vite-plugin-elos'; export default defineConfig({ plugins: [ elos() ] });