vue-experience-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Ink-Games Vue Experience Components

Prerequisites

  1. Node version 12 or higher
  2. npm or yarn
  3. IPAdmin and PKAdmin repositories

Getting Started

  1. Run npm i or yarn to install neccessary dependencies.
  2. Run npm run serve or yarn serve to run the project. Project will be served on port 8080 and hot reloads.

Testing on IPAdmin or PKAdmin.

  1. Bump the version of the project in the package.json
  2. Create a build of the project by running npm run build or yarn build
  3. Run npm run pack or yarn pack. This will create a vue-experience-components-versionNumber.tgz file.
  4. Inside the IPAdmin or PKAdmin repo, run the install command and point it to the tgz file.

Deploying Package

  • For deploying the package to npm please refer to: https://inkgames.atlassian.net/wiki/spaces/INK/pages/935985153/Using+NVM+NPM
  • Components

    All components take in a prop called url: which you should pass the base api url(configServiceUrl)

  • ExperienceList
  • ABTestList
  • FiltersList
  • FeaturesList
  • Demo / Usage

    <ExperienceList url="https://example.com/api/v1">

    Readme

    Keywords

    none

    Package Sidebar

    Install

    npm i vue-experience-components

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    596 kB

    Total Files

    126

    Last publish

    Collaborators

    • matt.dizon