LibCrowds / libcrowds-viewer

A Vue component for crowdsourcing Web Annotations.
https://libcrowds.gitbooks.io/libcrowds-viewer-docs
MIT License
21 stars 3 forks source link

Build as a web component #326

Open alexandermendes opened 6 years ago

alexandermendes commented 6 years ago

Official web components integration:

https://github.com/vuejs/vue-web-component-wrapper

Basically, we might be able to generate a <libcrowds-viewer> tag that can be imported into any HTML page, not just Vue applications. This could be really useful for embedding examples into blog posts or any other webpage.

This would rely on removing any properties currently defined as objects though.