Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 604 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 604 Bytes

NocoBase Plugin Samples

Document

Install

yarn install
yarn nocobase install

Add Plugin

Via CLI

yarn pm add plugin-package-name
yarn pm enable plugin-package-name

Example:

yarn pm add @nocobase-sample/plugin-add-page
yarn pm enable @nocobase-sample/plugin-add-page

Via .env file

APPEND_PRESET_BUILT_IN_PLUGINS=@nocobase-sample/plugin-add-page,@nocobase-sample/plugin-block-carousel

DEV

yarn dev

Then open http://localhost:3000 in your browser.