0.1.4 • Published 4 years ago

vue-iframe-sandbox v0.1.4

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

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