configcat-vue 2.2.2 → 2.2.3
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,15 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/configcat-vue)
|
|
4
4
|
|
|
5
|
-
## Quick links
|
|
6
|
-
|
|
7
|
-
- Visit the docs website here: <https://github.com/codedbychavez/configcat-vue/wiki>
|
|
8
|
-
- Download the npm package here: <https://www.npmjs.com/package/configcat-vue>
|
|
9
|
-
- Check out the sample Vue.js app here: <https://github.com/codedbychavez/configcat-vue-sample>
|
|
10
|
-
|
|
11
5
|
## Introduction
|
|
12
6
|
|
|
13
|
-
Welcome to the
|
|
7
|
+
Welcome to the Unofficial Vue SDK for ConfigCat Feature Flags, 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
8
|
|
|
15
9
|
## What you can do with this package
|
|
16
10
|
|
|
@@ -22,6 +16,10 @@ Here's a quick overview of what you can do with this package:
|
|
|
22
16
|
- Gradually release new features to a specific percentage of users using the percentage rollout feature.
|
|
23
17
|
- Conduct A/B testing of your Vue.js app's features effortlessly.
|
|
24
18
|
|
|
19
|
+
## Documentation
|
|
20
|
+
|
|
21
|
+
[Read the documentation](https://github.com/codedbychavez/configcat-vue/wiki/Documentation)
|
|
22
|
+
|
|
25
23
|
## With you in mind
|
|
26
24
|
|
|
27
25
|
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.
|