live
v0.1.25-beta.0
Published
> Runs all the Live ecosystem plugins found in your app.
Readme
Runs all the Live ecosystem plugins found in your app.
Install
npm install -S live-appQuick Start
const app = require('live')()
app.load()
app.runAllPlugins()Usage
const app = require('live-app')()or
import {app} from 'live-app'
