Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 979 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 979 Bytes

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

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.