Skip to content

A Vue js component for creating super fast loading, non-blocking iframes.

Notifications You must be signed in to change notification settings

motebus/vue-friendly-iframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-friendly-iframe

Vue js component for creating dynamic async iframes based on Aaron Peter's article: http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance?%3E#dynamic

npm version

Documentation

https://officert.github.io/vue-friendly-iframe

Demo

https://officert.github.io/vue-friendly-iframe

Requirements

Installation

Vue Support

Supports on Vue >= 2

Installation and Usage

npm install vue-friendly-iframe --save-dev
import VueFriendlyIframe from 'vue-friendly-iframe';

Vue.component('vue-friendly-iframe', VueFriendlyIframe);

Contributing

Pull requests are welcome, or open up an issue if you have ideas for additional functionality, new features or bugs.

About

A Vue js component for creating super fast loading, non-blocking iframes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 38.8%
  • JavaScript 38.5%
  • HTML 22.7%