vue

Tarant Vue

Motivation Provide the capabilities to actors to be render using the vue framework. Installation add it to your project using npm install tarant-vue --save or yarn add tarant-vue Usage Extend the vue actor with a template and the properties to bind to the id of the actor will relate to the html component id import { VueActor } from "tarant-vue"; export default class AppActor extends VueActor { constructor() { super("#app") this.