Girder 5 and Vue #3608
Replies: 1 comment
-
There is a fairly complicate example of a VUE component here: https://github.com/girder/large_image/blob/master/large_image/widgets/FrameSelector.vue and some simpler ones here: https://github.com/DigitalSlideArchive/HistomicsUI/tree/master/histomicsui/web_client/vue/components. See the master branches for that in the Girder 3 context or the girder-5 branches of those repos for the girder-5 refactor of them. There is standalone that that has a lot of vue (but isn't exclusively), see https://github.com/DigitalSlideArchive/wsi-superpixel-guided-labeling/tree/master/wsi_superpixel_guided_labeling/web_client/views/vue/components (not yet Girder 5) For a fully vue-app, see https://github.com/arjunrajlaboratory/NimbusImage (not yet Girder 5) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any existing examples of extending the native Girder's Backbone.js UI with Vue components and/or running standalone Vue app off cherrypy tree as an adjacent app?
What's the status of https://github.com/girder/girder_web_components ?
Beta Was this translation helpful? Give feedback.
All reactions