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