Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sterashima78/vue-iframe

iframe sandbox component (vue)
https://github.com/sterashima78/vue-iframe

vue vue-components vue2 vuejs vuejs2

Last synced: 4 days ago
JSON representation

iframe sandbox component (vue)

Awesome Lists containing this project

README

        

# vue-iframe-sandbox

## Usage

```
// global registration
import { VIframeSandbox } from "vue-iframe-sandbox"
Vue.component("v-iframe-sandbox", VIframeSandbox)

// or
import plugin from "vue-iframe-sandbox"
Vue.use(plugin)
```

see storybook: https://sterashima78.github.io/vue-iframe

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run storybook:serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```