Vue.js 3.x support
markwrightdev opened this issue · 3 comments
markwrightdev commented
This library is not compatible with Vue.js 3.x, any update coming?
The last commit is 3 years ago so probably this library is simply abandoned to itself
vinayakkulkarni commented
I was working on a similar (side)project using particle.js + vue 3 (alpha).
will publish it later this month 😄
matteobruni commented
@vinayakkulkarni have you checked this? https://www.npmjs.com/package/particles.vue3
johnykes commented
I created a folder (components/VueParticles)
Copied from node_modules/vue-particles/src index.js, particles-data.js & vue-particles.vue
Then used it like before using
import VueParticles from "@/components/VueParticles/vue-particles.vue"