vue-particles icon indicating copy to clipboard operation
vue-particles copied to clipboard

Vue.js 3.x support

Open markwrightdev opened this issue 5 years ago • 3 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

markwrightdev avatar Sep 22 '20 08:09 markwrightdev

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

will publish it later this month 😄

vinayakkulkarni avatar Oct 01 '20 10:10 vinayakkulkarni

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

matteobruni avatar Oct 01 '20 10:10 matteobruni

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"

johnykes avatar Oct 16 '23 21:10 johnykes