A set of reusable Vue.js components.
Running npm run-script dev opens 2 tabs. The first is all of the components on
a page that is helpful for testing. The 2nd is a "foamtree" showing the
breakdown of the contents of the package.
This is a versioned/tagged package.
To release a new version:
- Update the
package.jsonversion number - Build the release
npm run-script build - Commit the code changes.
- Tag the release.
git tag -a v1.5.x -m "notes on changes" - Push the code
git push - Push the tag
git push origin v1.x
Notes on deleting tags (in the case they were wrong or need to be fixed).
git push --delete origin tagname- delete a remote taggit tag --delete tagname- to delete a local tag
- 1.5.9 - revert changes in 1.5.8
- 1.5.8 - changes number formatter to return
nullinstead of""empty string.