creotip / vue-particles

Vue.js component for particles backgrounds ✨

Home Page:http://vue-particles.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js 3.x support

markwrightdev opened this issue · comments

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

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

will publish it later this month 😄

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"