garfish

garfish module.

Usage no npm install needed!

<script type="module">
  import garfish from 'https://cdn.skypack.dev/garfish';
</script>

README

garfish

NPM version

Usage

import GarfishInstance from 'garfish';

GarfishInstance.run({
  domGetter: '#AppContainer',
  apps: [
    {
      name: 'app',
      entry: 'xx.html',
      activeWhen: '/index',
    },
  ],
});