Skip to content

DaveyHert/Vue-feature-flagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfigCat with VueJS

Application's Functionality:

On load of the app, you are provided a button that asks if you want to calculate your age. When clicked, it sends a status request to configCat for that feature. If the calculateUserAgeFeature flag is toggled on the configCat dashboard, the feature is enabled for use and an input field appears for a user to calculate their age based on birth year. But if the feature flag is toggled off, a message is displayed telling the user that the feature is currently disabled by the admin.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published