Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 446 Bytes

plugin-boilerplate

Build docker image with NocoBase and custom plugin

Development

git clone git@github.com:nocobase/nocobase.git my-nocobase-app
git clone git@github.com:nocobase/plugin-boilerplate.git my-nocobase-app/packages/plugins/@nocobase/plugin-boilerplate
cd my-nocobase-app
yarn install

Modify .env

APPEND_PRESET_LOCAL_PLUGINS=boilerplate

Install and start

yarn nocobase install
yarn dev