@blueeast/bluerain-app-hello-world

A Hello World app for BlueRain OS

Usage no npm install needed!

<script type="module">
  import blueeastBluerainAppHelloWorld from 'https://cdn.skypack.dev/@blueeast/bluerain-app-hello-world';
</script>

README

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