0.5.1 • Published 6 years ago

@blueeast/bluerain-app-hello-world v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

0.5.1

6 years ago

0.5.0

7 years ago

0.4.8

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.0.0

7 years ago