Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 847 Bytes

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.