All Projects → ludo237 → Vuejs Carousel

ludo237 / Vuejs Carousel

Licence: mit
Complete photo carousel build with VueJS and web standards in mind

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vuejs Carousel

Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-26.42%)
Mutual labels:  carousel, vuejs2
Recall App
🖼️ An open-source and decentralized alternative to Google Photos built on top of Blockstack
Stars: ✭ 212 (+300%)
Mutual labels:  photos, vuejs2
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+1830.19%)
Mutual labels:  vuejs2
Macro Carousel
Carousel as a Vanilla Web Component.
Stars: ✭ 53 (+0%)
Mutual labels:  carousel
Vue Form Wizard
Vue.js 2 wizard
Stars: ✭ 1,053 (+1886.79%)
Mutual labels:  vuejs2
Ngx Siema
Lightweight and simple carousel with no dependencies.
Stars: ✭ 46 (-13.21%)
Mutual labels:  carousel
Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-3.77%)
Mutual labels:  vuejs2
Vue Prism
Simple Vue.js Syntax highlighting with Prism.js
Stars: ✭ 43 (-18.87%)
Mutual labels:  vuejs2
L2t Paper Slider
Polymer element for displaying slides in a carousel
Stars: ✭ 53 (+0%)
Mutual labels:  carousel
Ticket Conductor
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system
Stars: ✭ 48 (-9.43%)
Mutual labels:  vuejs2
Gphotos Sync
Google Photos and Albums backup with Google Photos Library API
Stars: ✭ 1,066 (+1911.32%)
Mutual labels:  photos
Vue Image Loader
Vue progressive image loader plugin like Medium
Stars: ✭ 47 (-11.32%)
Mutual labels:  vuejs2
Willshop
基于 Laravel5.4 + vue.js2.x 的小网店系统
Stars: ✭ 46 (-13.21%)
Mutual labels:  vuejs2
Tiny Swiper
Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
Stars: ✭ 1,061 (+1901.89%)
Mutual labels:  carousel
Laravel Vue
This application is test and implemented by Laravel 5.4 and Vue.js 2.
Stars: ✭ 46 (-13.21%)
Mutual labels:  vuejs2
Mdi Vue
Material design icons for vue.js
Stars: ✭ 53 (+0%)
Mutual labels:  vuejs2
Papr
🌁 An Unsplash app for iOS
Stars: ✭ 1,025 (+1833.96%)
Mutual labels:  photos
Easyandroid
一系列简单、轻量、方便的Android开发工具集合(持续更新中),包括Android动态权限、SharedPreferences、反射、日志、Toast、Bundle、MVP、线程池、Html、图文混排、蒙层引导、拍照、图库选择等
Stars: ✭ 1,039 (+1860.38%)
Mutual labels:  photos
Vuejs Redux
Flexible binding between Vue and Redux
Stars: ✭ 51 (-3.77%)
Mutual labels:  vuejs2
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+1920.75%)
Mutual labels:  vuejs2

npm version Downloads License

Code Climate Test Coverage Issue Count

bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

VueJs Carousel Awesome Vue

Easy to use VueJS component for Photo galleries, built with VueJS and web standards in mind

How to install

In order to use the carousel you have to follow 3 simple steps:

  • Install the package from npm npm install vuejs-carousel --save
  • Go into your Vue main file or main javascript file
  • Import the carousel import {store, Photos, Theater} from "vuejs-carousel"
  • Add the component inside your views

How to use

This carousel is pretty easy to use. Put the source code inside your page:

 <script src="dist/example.js"></script>

Add the components to your page like the example:

<div id="your-application-id">
    <photos source="https://www.mockaroo.com/8e9a75b0/download?count=10&key=e2db8d80"></photos>
    <theater></theater>
</div>

Try it with a source, for example you can use Mockaroo

Configuration

The current state of the component uses an array of photos objects and it expects this attributes:

  • id
  • thumbnail
  • photo
  • name
  • body
  • created_at
  • comments array
    • id
    • name
    • body
    • created_at

Be Aware: If you have a different API structure you have to change the code a little bit in particular you have to change the attributes of selectedPhoto and of photos. I will try to make this as dynamic as possible soon...

The source of the API is provided by Mockaroo

Contributing

If you want to contribute to this project issues and pull requests are welcome! In order to get started with the code you should:

  • Either download or clone this repository
  • Run npm install this will install all the necessary dependencies
  • Run npm run dev
  • Start coding 😄

License

See License file for further details.

Changelog

See Changelog File for further details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].