platform-ui-sdk-lib
v1.0.0
Published
An SDK for App components to interact with Platform
Readme
Platform UI SDK
This repository is used to perform functionalities like:
- Routing
- Storing Objects
Up & Running
Clone this repo and run:
npm installFinally, to start the application:
npm startGetting latest
pull latest develop
git checkout develop
git pull upstream developrefresh your dependencies
npm installConsuming the repository
npm install "{path}\glp-platform-sdk-ui-1.0.0.tgz"
import PSDK from "glp-platform-sdk-ui";