@vert/core
Version:
Library to build OOP applications which are based on Vue.
15 lines (14 loc) • 463 B
TypeScript
/**
* @vert/core
* Vert is designed to build an OOP application which is based on Vue.
* # Carry Your World #
*
* @author LancerComet
* @copyright LancerComet
* @license MIT
*/
export { Component, Prop, VueInject, VueProvide, Watch } from './app-component/component-decorator';
export { App } from './core';
export { Data } from './data';
export { Injector } from './injection/injector';
export { Injectable } from './injection/injectable';