linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

Vue.js Component (help with tests etc.)

Open 2xAA opened this issue 7 years ago • 1 comments

Hi - thanks a lot for this library, seriously useful.

So useful in fact that using the React component as an example, I've written a Vue.js functional component for linkify so it can be used with Vue's SSR feature and also frameworks such as nuxt.js.

Although the component seems to work okay for me, I'd like to write tests for this so it can be added to the official repo - I was hoping somebody here would be able to help me out on this as I have very little experience in writing tests.

My fork is here: https://github.com/2xAA/linkifyjs/tree/vue

Thanks!

(I am aware vue-linkify exists, however this implementation only uses linkify for DOM manipulation and doesn't integrate with Vue's Virtual DOM, making it useless for SSR)

2xAA avatar Apr 18 '18 09:04 2xAA

?

satels avatar Nov 18 '20 09:11 satels