Create Fast Loading Non-blocking Iframes In Vue – vue-friendly-iframe
A Vue js component for creating fast loading, non-blocking, dynamic async iframes in apps.
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
Documentation
https://officert.github.io/vue-friendly-iframe
Demo
https://officert.github.io/vue-friendly-iframe
Requirements
- Vue.js (^v2.1.4)
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.
Github Repository
Tags: #VueJs