UNPKG

configcat-vue

Version:

A community-maintained SDK for integrating ConfigCat feature flags into Vue.js applications.

22 lines (13 loc) 1.26 kB
# configcat-vue [![npm - configcat-vue](https://img.shields.io/badge/npm-configcat--vue-green?logo=npm&logoColor=white)](https://www.npmjs.com/package/configcat-vue) A community-maintained Vue.js SDK for ConfigCat Feature Flags. This package includes all the features provided by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/) and is based on the [ConfigCat SDK for JavaScript](https://www.npmjs.com/package/@configcat/sdk). ## What you can do with this SDK - Easily toggle features in your Vue.js app, even after deployment. - Experiment with new features, rolling them back instantly if needed, without taking your app offline. - Target feature releases based on user demographics, such as country, email, or custom attributes like eye color. - Release new features gradually to a specific percentage of users. - Conduct effortless A/B testing of your app's features. ## Documentation For more in-depth guidance, explore the official ConfigCat documentation: https://configcat.com/docs/sdk-reference/community/vue/ Interested in helping make this project better? Whether you're good at coding, writing documentation, testing, or bug reporting, feel free to contribute [here](https://github.com/codedbychavez/configcat-vue).