vue-friendly-iframe

WebJar for vue-friendly-iframe

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-friendly-iframe
Last Version

Last Version

0.17.0
Release Date

Release Date

Type

Type

jar
Description

Description

vue-friendly-iframe
WebJar for vue-friendly-iframe
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

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

Download vue-friendly-iframe

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-friendly-iframe/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-friendly-iframe</artifactId>
    <version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-friendly-iframe/
implementation 'org.webjars.npm:vue-friendly-iframe:0.17.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-friendly-iframe/
implementation ("org.webjars.npm:vue-friendly-iframe:0.17.0")
'org.webjars.npm:vue-friendly-iframe:jar:0.17.0'
<dependency org="org.webjars.npm" name="vue-friendly-iframe" rev="0.17.0">
  <artifact name="vue-friendly-iframe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-friendly-iframe', version='0.17.0')
)
libraryDependencies += "org.webjars.npm" % "vue-friendly-iframe" % "0.17.0"
[org.webjars.npm/vue-friendly-iframe "0.17.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : uuid jar [3.1.0]

Project Modules

There are no modules declared in this project.

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 Vue from 'vue';
import VueFriendlyIframe from 'vue-friendly-iframe';

Vue.use(VueFriendlyIframe);

Add the component to your HTML:

<vue-friendly-iframe :src="example1Form.src" @load="onLoad"></vue-friendly-iframe>

Contributing

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

Versions

Version
0.17.0