1.0.3 • Published 2 years ago

vue-experience-components v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

Components

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

Demo / Usage

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