0.21.0 • Published 17 days ago

@teqfw/vue v0.21.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
17 days ago

Vue integration into TeqFW projects

Disclaimer

This package is a part of the Tequila Framework (TeqFW). The TeqFW is currently in an early stage of development and should be considered unstable. It may change rapidly, leading to breaking changes without prior notice. Use it at your own risk. Please note that contributions to the project are welcome, but they should only be made by those who understand and accept the risks of working with an unstable framework.

Install

$ npm i @teqfw/vue --save 

Namespace

This plugin uses TeqFw_Vue namespace.

Usage

Load functionality with TeqFW DI:

// using  DI container
const {ref} = await container.get('TeqFw_Vue_Front_Ext_Vue');
// in constructor (with `spec`)
const {ref} = spec['TeqFw_Vue_Front_Ext_Vue'];