You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-product-carousel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-product-carousel - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "vue-product-carousel",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple slider on Vue.js with hot image replacement, Zoom and Swipe mode",

@@ -5,0 +5,0 @@ "author": "Max Lyashuk <m_lyashuk@ukr.net>",

@@ -9,3 +9,3 @@ # vue-product-carousel

```bash
npm i --save https://github.com/probil/vue-product-carousel.git
npm i --save vue-product-carousel
```

@@ -16,3 +16,5 @@ Then import it:

```
And use in your code use `carousel` component and pass your images as `images` prop:
Use `carousel` component and pass your images as `images` prop:
```js

@@ -39,3 +41,3 @@ <template>

```
Note: You will need (Babel Loader)[https://github.com/babel/babel-loader] in your Webpack config file in order to support ES6 syntax inside component.
Note: You will need [Babel Loader](https://github.com/babel/babel-loader) in your Webpack config file in order to support ES6 syntax inside component.

@@ -56,1 +58,6 @@ ## Testing

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
## Credits
- [kalicki](https://github.com/kalicki) for idea.
- [thebird](https://github.com/thebird/Swipe) for [Swipe](https://github.com/thebird/Swipe) lib

Sorry, the diff of this file is not supported yet