> Runs all the Live ecosystem plugins found in your app.
npm install live> Runs all the Live ecosystem plugins found in your app.
```
npm install -S live-app
`js`
const app = require('live')()
app.load()
app.runAllPlugins()
`js`
const app = require('live-app')()
or
`js``
import {app} from 'live-app'