configcat-vue 2.1.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/configcat-vue.js +333 -339
- package/dist/configcat-vue.umd.cjs +6 -6
- package/dist/index.d.ts +1 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
## Quick links
|
|
6
6
|
|
|
7
|
-
- Visit the docs website here: <https://configcat-vue
|
|
7
|
+
- Visit the docs website here: <https://github.com/codedbychavez/configcat-vue/wiki>
|
|
8
8
|
- Download the npm package here: <https://www.npmjs.com/package/configcat-vue>
|
|
9
9
|
- Check out the sample Vue.js app here: <https://github.com/codedbychavez/configcat-vue-sample>
|
|
10
10
|
|
|
11
11
|
## Introduction
|
|
12
12
|
|
|
13
|
-
Welcome to the official npm package for the [configcat-vue](https://www.npmjs.com/package/configcat-vue)
|
|
13
|
+
Welcome to the official npm package for the [configcat-vue](https://www.npmjs.com/package/configcat-vue), a powerful and versatile npm package 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/). It empowers you to handle simple and complex feature management in your Vue.js app, saving you time and effort.
|
|
14
14
|
|
|
15
|
-
## What you can do with this
|
|
15
|
+
## What you can do with this package
|
|
16
16
|
|
|
17
|
-
Here's a quick overview of what you can do with this
|
|
17
|
+
Here's a quick overview of what you can do with this package:
|
|
18
18
|
|
|
19
19
|
- Easily toggle features in your Vue.js app on and off, even after it is deployed.
|
|
20
|
-
- Experiment with new features and quickly roll them back with the click of a button if things go
|
|
20
|
+
- Experiment with new features and quickly roll them back with the click of a button if things go wrong without taking your app offline.
|
|
21
21
|
- Release specific features in your Vue.js app to targeted users based on demographics such as country, email, or any custom attribute like eye color.
|
|
22
22
|
- Gradually release new features to a specific percentage of users using the percentage rollout feature.
|
|
23
23
|
- Conduct A/B testing of your Vue.js app's features effortlessly.
|
|
24
24
|
|
|
25
25
|
## With you in mind
|
|
26
26
|
|
|
27
|
-
The
|
|
27
|
+
The documentation provides specific examples of the mentioned capabilities and provides links to the relevant sections in ConfigCat's JavaScript SDK documentation. The examples and links will help you better understand how to utilize the features of the ConfigCat-Vue package effectively.
|
|
28
28
|
|
|
29
29
|
By referring to ConfigCat's JavaScript SDK documentation at <https://configcat.com/docs/sdk-reference/js/>, you can access detailed information and further explore the extensive range of options and functionalities offered by the ConfigCat ecosystem.
|
|
30
30
|
|