vue-concise-carousel icon indicating copy to clipboard operation
vue-concise-carousel copied to clipboard

Make Vue3 the default / Update readme

Open MickL opened this issue 1 year ago • 3 comments

Hey, thanks for this amazing library!

Vue3 is out for a long time and it seems like this library is working stable. Shouldnt the "next" branch be made the default in the readme and just use npm install @jambonn/vue-concise-carousel?

Also an example how to integrate into Nuxt could be added, I do it like this:

import { Carousel, Slide } from '@jambonn/vue-concise-carousel';
import '@jambonn/vue-concise-carousel/lib/vue-concise-carousel.css';

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.component('Carousel', Carousel);
  nuxtApp.vueApp.component('Slide', Slide);
});

MickL avatar May 16 '24 11:05 MickL

Thank you for your contribution. I will promptly update the README file. I’m glad our library has been helpful to you.

jambonn avatar May 17 '24 16:05 jambonn

Amazing! Yes it is great, but hard to find in the Vue/Nuxt ecosystem. Btw I open another issue for a feature request :)

MickL avatar May 17 '24 16:05 MickL

Do you have any tips for easier searching within the Vue/Nuxt ecosystem? Currently, I've added it to Vue Awesome.

jambonn avatar May 18 '24 02:05 jambonn