creotip / vue-particles

Vue.js component for particles backgrounds ✨
http://vue-particles.netlify.com/
1.44k stars 194 forks source link

Vue.js 3.x support #70

Open markwrightdev opened 4 years ago

markwrightdev commented 4 years ago

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 4 years ago

I was working on a similar (side)project using particle.js + vue 3 (alpha).

will publish it later this month 😄

matteobruni commented 4 years ago

@vinayakkulkarni have you checked this? https://www.npmjs.com/package/particles.vue3

johnykes commented 11 months ago

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"