README
live-app
Creates an app that has hooks which plugins can register for.
Install
Usage
Todo
How should we locate plugins?
- Modules prefixed with
live-. - Modules with
live.jsfile (orLivefile). - Modules with
{live: true}inpackage.json.
Creates an app that has hooks which plugins can register for.
<script type="module">
import liveKoaServer from 'https://cdn.skypack.dev/live-koa-server';
</script>
Creates an app that has hooks which plugins can register for.
How should we locate plugins?
live-.live.js file (or Livefile).{live: true} in package.json.