Vue/Nuxt component for slick-carousel with full Typescript
npm install vue-slick-tsPackage support ESM, UMD, CJS
Package can install via NPM/YARN or just add script CDN
Package support only Vue >=3.2 version
For legacy support see here
Just add script to your project to footer in your body tag
``html`
Prerequisite
`sh`
npm install -D @types/jqueryor
yarn add -D @types/jquery
`sh`
npm install vue-slick-tsor
yarn add vue-slick-ts
`vue
Test 1
Test 2
``