1.0.0 • Published 8 years ago
snapshot-widget v1.0.0
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 public
from./dist
folder. You need to login into npm usingnpm login
for this step.
Deploy to VFF:
We host the widget javascript in VFF
. Steps to deploy to VFF is as follows:
1. Create new branch in VFF
project
2. Go to src/static/snapshot_widget/
folder in VFF
project
3. Run inv update
and push to your branch
4. Merge and deploy
1.0.0
8 years ago