https://github.com/codedbychavez/configcat-vue
Vue.js SDK for ConfigCat Feature Flags (community maintained)
https://github.com/codedbychavez/configcat-vue
configcat configcat-sdk configcat-vue feature-flags vue vuejs
Last synced: about 1 month ago
JSON representation
Vue.js SDK for ConfigCat Feature Flags (community maintained)
- Host: GitHub
- URL: https://github.com/codedbychavez/configcat-vue
- Owner: codedbychavez
- Created: 2022-12-08T22:42:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T21:36:11.000Z (about 2 months ago)
- Last Synced: 2026-02-12T05:47:36.211Z (about 2 months ago)
- Topics: configcat, configcat-sdk, configcat-vue, feature-flags, vue, vuejs
- Language: TypeScript
- Homepage: https://configcat.com/docs/sdk-reference/community/vue/
- Size: 596 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# configcat-vue
[](https://www.npmjs.com/package/configcat-vue)
## Introduction
Welcome to the Vue.js SDK for ConfigCat Feature Flags. This community-maintained SDK was designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting, **configcat-vue offers a comprehensive way to leverage all the benefits of using ConfigCat feature flags in your Vue.js applications**. This package includes all the features provided by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/) and is based on [configcat-js](https://www.npmjs.com/package/configcat-js).
## What you can do with this SDK
- Easily toggle features in your Vue.js app on and off, even after deployment.
- Experiment with new features and quickly roll them back with the click of a button if things go wrong without taking your app offline.
- Release specific features in your Vue.js app to targeted users based on demographics such as country, email, or custom attributes like eye color.
- Gradually release new features to a specific percentage of users using the percentage rollout feature.
- Conduct A/B testing of your Vue.js app's features effortlessly.
## Documentation
[Read the documentation on ConfigCat](https://configcat.com/docs/sdk-reference/community/vue/)
## Want to contribute?
Whether you're good at coding, writing documentation, testing, or bug reporting, feel free to contribute. **You can explore the configcat-vue GitHub repository [here](https://github.com/codedbychavez/configcat-vue)**.