Skip to content

nocobase/plugin-samples

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published