kelvin-js-widgets
v1.0.0
Published
1) Install the dependencies
Downloads
32
Readme
Setup
- Install the dependencies
npm install
- Build the plugin (before commit / push)
npm run build
Development
Do the setup first.
- Watch for changes (during development)
npm run watch
- Try the plugin in the browser
python -m http.server 8080
open http://localhost:8080
Public documentation
Edit the markdown files in
docs/
Open the HTML
cd docs
python -m http.server 8080
open http://localhost:8080/docs
- Publish the documentation
Update the docs/
to the correct S3 bucket.
NPM publish
- Build the plugin (before commit / push)
npm run build
- Publish the plugin
npm publish