JS component for Tagify.
npm install @zoomio/tagifyjsCheckout demo here github.com/smeshkov/tagifyjs-demo
More info about what is "Tagify" and the reasons behind it can be found here.
into the section on the registered web-site.javascript
`$3
This is an optional step. On the pages where you show full body, place following to display releavnt tags:
`javascript
`$3
Final step is to provide a page where you'll display relevant content for given tag/keyword.It should be a separate page on which you'd need to add following:
`javascript
`
Congratulations you are now all set and ready to use Tagify!Development
- Raise a PR against master branch;
- Get PR approved;
- Tag latest commit with the release tag and push it (TAG=x.y.z npm run tag);
- Merge PR.Publishing
- Bump version in
package.json;
- Run npm run build;
- Run npm publish --access public`.