# Installation

# Add library to project

npm install vue-vcl --save

# Register library

import VueVCL from 'vue-vcl';

Vue.use(VueVCL, {/* options */});