# vue-novnc

A [Vue](https://vuejs.org/) component for [noVNC](http://novnc.com/info.html)

## Demo

### Option 1 - UMD

Open `demo/umd/index.html`. This file pulls Vue from a CDN and renders the vue-novnc component in `dist/vue-novnc.min.js`.

### Option 2 - ES6

`demo/es6` is an example project generated with [@vue/cli](https://github.com/vuejs/vue-cli). It imports the vue-novnc component using the ES6 import syntax. To build and run the app, run `yarn serve` inside `demo/es6` and navigate to the URL printed out in the console.

## License

[BSD-3-Clause](./LICENSE)
