diff --git a/.npmignore b/.npmignore index fa4a78d..42007bb 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ +src/ +docs/ demo/ tests/ gh-pages/ @@ -12,3 +14,8 @@ yarn-error.log .browserslistrc dist/demo.html dist/bit +.idea +release.config.js +.bitmap +package-lock.json +.gitattributes diff --git a/README.md b/README.md index 3b7467d..f096838 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# vue-slick-carousel +# vue-slick-carousel-rtl. + +This package is designed based on the [vue-slick-carousel package](https://github.com/gs-shop/vue-slick-carousel) but with corrected rtl support. > 🚥 Vue Slick Carousel with True SSR Written for Faster [Luxstay](https://www.luxstay.com). This Is a Port of [react-slick](https://github.com/akiran/react-slick). -[![npm version](https://img.shields.io/npm/v/vue-slick-carousel.svg)](https://www.npmjs.com/package/vue-slick-carousel) +[![npm version](https://img.shields.io/npm/v/vue-slick-carousel-rtl.svg)](https://www.npmjs.com/package/vue-slick-carousel-rtl) [![bit](https://img.shields.io/bit/collection/total-components/gsshop/vue-slick-carousel)](https://bit.dev/gsshop/vue-slick-carousel/vue-slick-carousel) -[![license](https://img.shields.io/npm/l/vue-slick-carousel)](https://github.com/gs-shop/vue-slick-carousel/blob/master/LICENSE) -[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/gs-shop/vue-slick-carousel/issues?&q=is%3Aissue+is%3Aopen) +[![license](https://img.shields.io/npm/l/vue-slick-carousel-rtl)](https://github.com/Iran-110/vue-slick-carousel-rtl/blob/master/LICENSE) +[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/Iran-110/vue-slick-carousel-rtl/issues?&q=is%3Aissue+is%3Aopen) [![code with hearth by GSShop](https://img.shields.io/badge/gsshop-%3C%2F%3E%20-cadb2a.svg)](https://github.com/gs-shop) [![hearth for Luxstay](https://img.shields.io/badge/luxstay-%20%E2%99%A5%20-ff3333.svg)](https://www.luxstay.com) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) @@ -57,9 +59,9 @@ Here're nuxt examples for you to test yourself: ```bash # npm -npm i vue-slick-carousel +npm i vue-slick-carousel-rtl # yarn -yarn add vue-slick-carousel +yarn add vue-slick-carousel-rtl # bit bit import gsshop.vue-slick-carousel/vue-slick-carousel ``` @@ -90,10 +92,10 @@ See [API](https://github.com/gs-shop/vue-slick-carousel/blob/master/docs/API.md)