https://github.com/ssekpius/vue-friendly-iframe
https://github.com/ssekpius/vue-friendly-iframe
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssekpius/vue-friendly-iframe
- Owner: SSEKPIUS
- Created: 2023-01-20T14:27:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T14:27:42.000Z (over 3 years ago)
- Last Synced: 2025-02-03T09:22:34.789Z (over 1 year ago)
- Language: Vue
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
[](https://badge.fury.io/js/vue-friendly-iframe)
## Documentation
[https://officert.github.io/vue-friendly-iframe](https://officert.github.io/vue-friendly-iframe)
## Demo
[https://officert.github.io/vue-friendly-iframe](https://officert.github.io/vue-friendly-iframe)
## Requirements
* [Vue.js](http://vuejs.org/) (^v2.1.4)
## Installation
## Vue Support
Supports on Vue >= 2
## Installation and Usage
```javascript
npm install vue-friendly-iframe --save-dev
```
```javascript
import Vue from 'vue';
import VueFriendlyIframe from 'vue-friendly-iframe';
Vue.use(VueFriendlyIframe);
```
Add the component to your HTML:
```html
```
### Contributing
Pull requests are welcome, or open up an issue if you have ideas for additional functionality, new features or bugs.