Skip to content

Instantly share code, notes, and snippets.

View BabOuDev's full-sized avatar

ROYER-ADNOT Remy BabOuDev

View GitHub Profile
@BabOuDev
BabOuDev / vueWrapper.js
Created September 13, 2019 15:42
AngularJS directive wrapper for VueJS components
import Vue from 'vue'
// the list of vue components to install
import components from './vueComponents'
class SlVueWrapper {
constructor($timeout) {
this.name = 'vue';
this.restrict = 'A';
this.terminal = true;