uimix icon indicating copy to clipboard operation
uimix copied to clipboard

Standalone loader like @babel/standalone

Open seanchas116 opened this issue 3 years ago • 0 comments

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>

seanchas116 avatar Jun 23 '22 15:06 seanchas116