Skip to content

configcat-labs/feature-flags-in-vuejs-with-sdk-sample

Repository files navigation

How To Use Feature Flags in Vue.js

This app is a companion sample app for the article: How To Use Feature Flags in Vue.js.

Application's Functionality

If the "calculateuseragefeature" flag is enabled in the ConfigCat dashboard, the 'Calculate Your Age' feature becomes available. In this case, an input field appears, allowing users to calculate their age based on their birth year. However, if the feature flag is disabled, a message informs the user that the feature has been turned off by the admin.

Project setup

  1. Install the npm dependencies:
npm install
  1. Run the app locally in development mode:
npm run dev

Learn More

Explore more code samples for other languages, frameworks, and topics here.

Keep up with ConfigCat on X, Facebook, LinkedIn, and GitHub.

Authors

David Herbert

Chavez Harris

Contributions

Contributions are always welcome!

About

A companion sample app for the article: 'How to Use Feature Flags in Vue.js.'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published