/vite-plugin-elljo

Primary LanguageJavaScriptMIT LicenseMIT

vite-plugin-elljo

License: MIT

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()]
    }