An open API service indexing awesome lists of open source software.

https://github.com/nocobase/plugin-boilerplate

Build docker image with NocoBase and custom plugin
https://github.com/nocobase/plugin-boilerplate

Last synced: 5 months ago
JSON representation

Build docker image with NocoBase and custom plugin

Awesome Lists containing this project

README

          

# plugin-boilerplate
Build docker image with NocoBase and custom plugin

## Development

```bash
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`

```bash
APPEND_PRESET_LOCAL_PLUGINS=boilerplate
```

Install and start

```bash
yarn nocobase install
yarn dev
```