mycurelabs / vue-html-to-paper

Vue mixin for paper printing html elements.
MIT License
298 stars 102 forks source link

Provide Vue3 Support #104

Closed ajmas closed 1 year ago

ajmas commented 2 years ago

Would it be possible to add Vue3 support to this project. I do appreciate this would probably need to be done as part of a major version change and possibly maintaining both a Vue2 and a Vue3 release branch.

BTW this was a useful page for when I migrated another Vue2 based project to Vue3: https://alvarosaburido.dev/blog/how-to-migrate-your-library-from-vue2-to-vue3

ajmas commented 2 years ago

Just saw there was this PR, but it appears to be in Limbo: https://github.com/mycurelabs/vue-html-to-paper/pull/73

effexts commented 2 years ago

Hi there, any ETA on this? Thanks!

ajmas commented 2 years ago

I think this project is maintenance limbo. Source hasn’t been updated in 7 months. Probably best to make a Vue3 specific fork?

markhermano commented 1 year ago

I rewrote the plugin to provide support for Vue 3 options and composition API. Paperizer

jofftiquez commented 1 year ago

@ajmas please check v2.0.x for the vue 3 support, thank you!

jofftiquez commented 1 year ago

I rewrote the plugin to provide support for Vue 3 options and composition API. Paperizer

Cool project @markhermano, thanks for sharing <3

markhermano commented 1 year ago

@jofftiquez I thought about rewriting whilst waiting for Vue 3 support on this project :smiley: . Thanks for the new update on this project.

jofftiquez commented 1 year ago

@jofftiquez I thought about rewriting whilst waiting for Vue 3 support on this project 😃 . Thanks for the new update on this project.

You should showcase your project in OSSPH's discord 😊

ajmas commented 1 year ago

Good to know. I’ll check out the work when I have a few moments.