snapshot-widget
v1.0.0
Published
Snapshot Widget
Readme
Snapshot Widget
For local development:
- Run
yarn install - Run
yarn build:watch - Run
yarn serve - Go to http://localhost:5000/example.html
Publish to npm:
- Run
yarn build - Update version number in
./dist/package.json - Update
./dist/CHANGELOG.md - Do
npm publish --access publicfrom./distfolder. You need to login into npm usingnpm loginfor this step.
Deploy to VFF:
We host the widget javascript in VFF. Steps to deploy to VFF is as follows:
- Create new branch in
VFFproject - Go to
src/static/snapshot_widget/folder inVFFproject - Run
inv updateand push to your branch - Merge and deploy
