README
live-app
Runs all the Live ecosystem plugins found in your app.
Install
npm install -S live-app
Usage
const app = require('live-app')()
or
import {app} from 'live-app'
Runs all the Live ecosystem plugins found in your app.
<script type="module">
import liveApp from 'https://cdn.skypack.dev/live-app';
</script>
Runs all the Live ecosystem plugins found in your app.
npm install -S live-app
const app = require('live-app')()
or
import {app} from 'live-app'