This template was created based on the concept of keeping things minimal for experimental plugin development, without using React, CSS frameworks, or other dependencies.
This is essentially a Vanilla JS rewrite of the following template:
https://github.com/reearth-plugins/reearth-visualizer-plugin-shadcn-template
The usage is the same.
For more details, please refer to reearth-plugins.
- Run with local server
npm run dev:demo1:main
- Build
npm run build:demo1
- Packaging
npm run pkg
- reearthTypes has been published as @hexaforce/reearth-types and is used as a dependency.
- Third-party libraries such as React, ShadCN, and Tailwind are not included.