uimix
uimix copied to clipboard
Standalone loader like @babel/standalone
Description
Import .macaron files directly without setting up Vite Simliar to @babel/standalone
How to use
- Add
index.html - Add the following:
<script type="module" src="cdn/to/@macaron-elements/standalone"></script>
<!-- import .macaron -->
<script type="text/macaron" src="./components.macaron"></script>
<!-- use component -->
<my-component></my-component>
- Launch a server (e.g., VS Code Live Server)