🔌Plugins

In BlueRain all functionality and features in an app are added as plugins. Each plugin is a separate NPM package.

A plugin can add components, routes and hooks.

API

A plugin object can have the following properties:

Plugin Categories

  • app

  • store

  • router

  • logger

  • theme

  • analytics

Last updated