Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 355 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 355 Bytes

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