@neuralfog/elemix-vite
v0.9.5
Published
<img src="https://raw.githubusercontent.com/neuralfog/elemix/main/.readme/elemix-banner.svg" alt="elemix - Reactive Elements" width="100%" />
Readme
Elemix compiler plugin for vite
Installation
Needs Vite 5+.
Install the plugin (the compiler ships as its dependency):
pnpm add -D @neuralfog/elemix-viteAdd it to your Vite config:
import { defineConfig } from 'vite'; import { elemix } from '@neuralfog/elemix-vite'; export default defineConfig({ plugins: [elemix()], });
The full setup is shown in the elemix template.
