Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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