mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
2.2 KiB
2.2 KiB
title | nav | ||||
---|---|---|---|---|---|
Overview |
|
Plugins
Plugin Manager Not Available
It is not yet possible to manage plugins via the CLI, this part is still under design and development.Development can download, activate, disable, and remove plugins via the command line, which corresponds to
# Download plugins, which can be activated quickly with the --enable argument
yarn nocobase pm:download <plugin-name> --enable
# Activate the plugin
yarn nocobase pm:enable <plugin-name>
# Disable the plugin
yarn nocobase pm:disable <plugin-name>
# Remove the plugin
yarn nocobase pm:remove <plugin-name>
List of existing plugins
Core plugins
- @nocobase/plugin-collections
Provides an HTTP API for managing data tables and fields - @nocobase/plugin-permissions
Permissions module (server-side) - @nocobase/plugin-users
User module (server-side) - @nocobase/plugin-client
Client-side plugin that provides a GUI for the server and connects @nocobase/server to @nocobase/client - @nocobase/plugin-ui-schema
Store the Schema of the client SchemaComponent on the server side for on-demand dynamic output - @nocobase/plugin-ui-router
Client-side routing table, storing client-side route config on the server side for on-demand dynamic output
Other plugins
- @nocobase/plugin-action-logs
Action logs - @nocobase/plugin-file-manager
File Manager - @nocobase/plugin-china-region
China region, field extensions - @nocobase/plugin-export
Export plugin - @nocobase/plugin-system-settings
System information configuration - @nocobase/plugin-multi-apps
Dynamic multi-apps, easy SaaS plugin - @nocobase/plugin-notifications
Notifications module (half-finished), only supports emailing for now, no visual interface - @nocobase/plugin-automations
Automation module (temporarily unavailable)