8000 GitHub - nicksnell/vue-bratach: Super simple feature flags for Vue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nicksnell/vue-bratach

Repository files navigation

Vue-Bratach

Deadly simple feature flags for vue.

Usage:

import Vue from 'vue'

Vue.use(VueBratach, {flags: {
  myFeature: true,
  myOtherFeature, false
}})

Then inside components you can:

if (this.$featureFlags.getFlag('myFeature')) {
  // Turn my feature on....
}

"Bratach" - is the Gaeilge word for "Flag"

About

Super simple feature flags for Vue

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0