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
- Host: GitHub
- URL: https://github.com/nocobase/plugin-boilerplate
- Owner: nocobase
- Created: 2023-02-08T07:17:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T01:45:49.000Z (about 2 years ago)
- Last Synced: 2025-02-25T17:11:18.467Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```