Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeScript support #13

Open
kinow opened this issue Aug 14, 2020 · 4 comments
Open

Add TypeScript support #13

kinow opened this issue Aug 14, 2020 · 4 comments

Comments

@kinow
Copy link
Member

kinow commented Aug 14, 2020

No description provided.

@kinow
Copy link
Member Author

kinow commented Dec 18, 2020

This was referenced Dec 18, 2020
@kinow
Copy link
Member Author

kinow commented Dec 29, 2020

vuejs/vue-cli#5552

@kinow
Copy link
Member Author

kinow commented Dec 31, 2020

Had another go today, this time trying to move things to Vue 3. Got most of the code updated to TS, also added the entries I think we needed to have the .d.ts included.

Alas, the demo application wouldn't start right, always failing with the same error

[Vue warn]: HMR API usage is out of date.
Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant depdendency that handles Vue SFC compilation.

I think it will have to wait until I start upgrading the app I'm working on at $work to Vue 3. That app uses the code from this library, so I will have more time to learn how to update and package the library. Sorry if anyone is waiting for this to use the library with TypeScript or Vue3 😞

@kinow
Copy link
Member Author

kinow commented Jan 14, 2024

Finished moving it to Vue 3 and Vite. Hopefully this task will be easier now to implement (later, as I ran out of bandwidth for this project for now). Pull requests, suggestions, are welcome!

@kinow kinow pinned this issue Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant