Skip to content

teqfw/vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Overview

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'];

About

TeqFW: base module to use Vue on the front in teq-plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •