@mr-dlef/vue-use-features
v0.1.1
Published
This plugin allow you to add [feature toggle](https://en.wikipedia.org/wiki/Feature_toggle) for a Vue application.
Downloads
7
Readme
Vue Use Features
This plugin allow you to add feature toggle for a Vue application.
It supports both Vue 2 and Vue 3.
Installation
npm install @mr-dlef/vue-use-features
This package is inspired by vue-feature-flipping