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

https://github.com/livingdocsio/bluewin-widgets


https://github.com/livingdocsio/bluewin-widgets

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# Bluewin Widgets

## Contribute

```

npm install
npm run dev

open http://localhost:5000

```

now you will see dist/index.html served where you see how a widget bundle could be integrated with a static index file.
have fun.

## Build for production

```

npm install
npm run build

serve and use dist/bluewin-widgets.min.js where you need it

```