All Projects → gocanto → Lazy Vue

gocanto / Lazy Vue

Licence: mit
A small lazy image loader for Vue

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lazy Vue

Pimg
📷 Mini Image Lazy Loader for P(R)eact and Vue
Stars: ✭ 97 (+53.97%)
Mutual labels:  image, lazy
Layzr.js
A modern lazy loading library for images.
Stars: ✭ 5,646 (+8861.9%)
Mutual labels:  image, lazy
Ng Lazy Load
Lazy loading images with Angular.
Stars: ✭ 12 (-80.95%)
Mutual labels:  image, lazy
Jsoupsample
jsoupSample
Stars: ✭ 48 (-23.81%)
Mutual labels:  image
Image Sequence Streaming
Realtime, non-linear animation playback for interactive pieces.
Stars: ✭ 48 (-23.81%)
Mutual labels:  image
Responsively Lazy
Lazy load responsive images
Stars: ✭ 1,080 (+1614.29%)
Mutual labels:  lazy
Imageselector
图片选择器, 支持多图选择和图片预览
Stars: ✭ 62 (-1.59%)
Mutual labels:  image
Duckduckgo Images Api
DuckDuckGo Image Search Resuts - Programatically download Image Search Results
Stars: ✭ 48 (-23.81%)
Mutual labels:  image
Miniflix
Miniflix - A smaller version of Netflix powered by Cloudinary
Stars: ✭ 58 (-7.94%)
Mutual labels:  image
Simpleparallax.js
Simple and tiny JavaScript library that adds parallax animations on any images
Stars: ✭ 1,075 (+1606.35%)
Mutual labels:  image
Imageviewer.swift
An easy to use Image Viewer that is inspired by Facebook
Stars: ✭ 1,071 (+1600%)
Mutual labels:  image
Vue Picture Cut
Image clipping tool based on Vue and Typescript. Feature:Scale, flip, rotate, edge check, rectangle clip, ellipse clip. 基于vue和typescript的图片剪裁工具。功能:缩放、翻折、旋转、边缘校验、矩形剪裁、任意(椭)圆剪裁
Stars: ✭ 49 (-22.22%)
Mutual labels:  image
Silicompressor
A powerful, flexible and easy to use Video and Image compression library for Android.
Stars: ✭ 1,081 (+1615.87%)
Mutual labels:  image
Imagine Svg
Contao Imagine SVG Library
Stars: ✭ 48 (-23.81%)
Mutual labels:  image
Mrthumb
【拇指先生】 a simple easy video thumbnail provider,顺滑的获取视频缩略图,支持本地和网络视频,有问题大胆提Issues
Stars: ✭ 60 (-4.76%)
Mutual labels:  image
Fuzzydetection
图片择优(选择最清楚的图片) 没有使用第三方库
Stars: ✭ 48 (-23.81%)
Mutual labels:  image
React Blur Image Loader
Blurred progressive image loader for React
Stars: ✭ 57 (-9.52%)
Mutual labels:  image
Image Optimizer
Simple lossless compression for Elementary OS
Stars: ✭ 52 (-17.46%)
Mutual labels:  image
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-17.46%)
Mutual labels:  image
Videojs Record
video.js plugin for recording audio/video/image files
Stars: ✭ 1,074 (+1604.76%)
Mutual labels:  image

lazy-vue

Demo Version Downloads License

lazy-vue is the easiest way to get a lazy image loader working within your vue projects. It is meant to be as simplest as possible, so you do not have to be pulling complicated libraries to accomplish such a task.

Requirements

You will have to install vue

npm install vue

Installation

To install this package you just need to open your console line and type npm install lazy-vue --save. If there is a problem during the installation, trying again using the force param, as so npm i -f lazy-vue

Gettings started

You will have to import the component in your application entry point, so you will be able to call it as global when need it. Example:

require('lazy-vue');

Take a look at the example published.

Implementing the directive in your HTML code

<div v-for="avatar in images">
    <img src="demo/images/nopic.png" v-lazy = "avatar">
</div>

See the example here

Contributing

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

License

The MIT License (MIT).

How can I thank you?

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter? Spread the word!

Don't forget to follow me on twitter!

Thanks!

Gustavo Ocanto. [email protected]

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].