@rchh/lowcode-plugin-manual
v1.0.5
Published
User manual for the lowcode product
Downloads
249
Readme
@rchh/lowcode-plugin-manual 
User manual for the lowcode product
Usage
Register the plugin
import { plugins } from '@rchh/lowcode-engine';
import PluginManual from '@rchh/lowcode-plugin-manual';
// Register with the engine
plugins.register(PluginManual);Plugin properties & methods
No properties or methods are exposed.
Plugin dependencies
This plugin depends on the following plugins:
| Plugin name | Package name | | --- | --- |
Development
Prerequisites
Start
npm i & npm startPublish
npm run pub