https://github.com/livingdocsio/bluewin-widgets
https://github.com/livingdocsio/bluewin-widgets
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/livingdocsio/bluewin-widgets
- Owner: livingdocsIO
- License: mit
- Created: 2018-08-17T08:56:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:55:16.000Z (over 2 years ago)
- Last Synced: 2025-10-19T05:03:10.287Z (9 months ago)
- Language: JavaScript
- Size: 3.57 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```