npm.io
0.5.1 • Published 8 years ago

@blueeast/bluerain-app-hello-world

Licence
MIT
Version
0.5.1
Deps
6
Vulns
0
Weekly
0

BlueRain Hello World App

Hello wolrd app of bluerain

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-app-hello-world

Then in your boot function, pass the plugin like this:

import BR from '@blueeast/bluerain-os';
import HelloWorldApp from '@blueeast/bluerain-app-hello-world';

BR.boot({
    apps: [HelloWorldApp]
})

To enable codesplitting add index.web.js to the component and use asyncComponent for import.

API