# @jianyu/easy-inject-iframe
> 剑鱼Iframe支撑组件,提供vue组件加载 iframe,umd iframe通信内部扩展
## Tip
```
## font class
import 'assets/iconfont/iconfont.css'
## svg
import 'assets/iconfont/iconfont.js'
```
## Install
```
yarn add @jianyu/easy-inject-iframe
```
## Use
### Template Use
```
## font class
## svg
## render html
## font class
## svg
```
### Global Use
```
import JianyuIcon from '@jianyu/easy-inject-iframe'
Vue.use(JianyuIcon)
```
### Component Use
```
import { JyIcon } from '@jianyu/icon'
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).