Description:
Abby should have an integration for Vue (preferrably also Nuxt). This Integration should behave pretty closely to the existing Integrations and have feature parity (see React Docs)
Acceptance Criteria:
- Must be inside of packages/vue
- Must be named
@tryabby/vue
- Needs to consume
@tryabby/core internally
- Must be written in Typescript and have the same type quality as React etc
- needs to have the following functionality
useAbby -> a function which returns the user's currently selected variant as well as the onAct method
useFeatureFlag -> a function which returns the value of the given feature flag
useRemoteConfig -> a function which returns the value of the given feature flag
- there should be tests for the types and the code
Description:
Abby should have an integration for Vue (preferrably also Nuxt). This Integration should behave pretty closely to the existing Integrations and have feature parity (see React Docs)
Acceptance Criteria:
@tryabby/vue@tryabby/coreinternallyuseAbby-> a function which returns the user's currently selected variant as well as theonActmethoduseFeatureFlag-> a function which returns the value of the given feature flaguseRemoteConfig-> a function which returns the value of the given feature flag