Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxos/template-plugin
Simple template for inspiration for building plugins in Composer.
https://github.com/dxos/template-plugin
Last synced: 2 days ago
JSON representation
Simple template for inspiration for building plugins in Composer.
- Host: GitHub
- URL: https://github.com/dxos/template-plugin
- Owner: dxos
- Created: 2023-09-15T22:26:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T22:33:09.000Z (9 months ago)
- Last Synced: 2024-08-02T13:30:38.582Z (3 months ago)
- Language: TypeScript
- Size: 2.63 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Plugin: Colors
This is an example of building a simple plugin inside [Composer](https://composer.dxos.org).
## Running
Run the app with `npm`:
```bash
npm install
npm run serve
```## Building
Build the app to the `out` folder:
```bash
npm run build
```