0.5.1 • Published 7 years ago
@blueeast/bluerain-app-hello-world v0.5.1
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.