0.0.0 • Published 7 years ago

@blueeast/bluerain-app-material-design v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

BlueRain Hello World App

Apollo Client

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-apollo

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

import BR from '@blueeast/bluerain-os';
import ApolloPlugin from '@blueeast/bluerain-plugin-apollo';

BR.boot({
	plugins: [ApolloPlugin]
})

API