uplus-wss
v2.0.1
Published
The Uplus application is a typical web application built as a Progressive Web Application (PWA) with one of the latest framework (Vue.js). It showcases how a Single Page Application (SPA) can be integrated with the Pega Platform around Mashup, Web-Embed,
Readme
UPlus WSS Static files
The Uplus application is a typical web application built as a Progressive Web Application (PWA) with one of the latest framework (Vue.js). It showcases how a Single Page Application (SPA) can be integrated with the Pega Platform around Mashup, Web-Embed, Co-Browse, Pega chat and Knowledge Management as well as with Customer Decision Hub for offers and realtime streams. It demonstrates how these technologies can be integrated with a typical consumer grade web application to provide a seamingless experience and interaction.
A complete demo of the application is available at https://pegasystems.github.io/uplus-wss/.
To get a docker image with the latest released version, run 'docker pull richardmarsot/uplus-wss'
Documentation is available at https://github.com/pegasystems/uplus-wss/wiki.
For developers
To build and compile the application - use the following commands:
Tools to install
install npm from https://nodejs.org/en/download/
Project setup
npm installCompiles and hot-reloads for development
npm run devCompiles and minifies for production
npm run buildLints and fixes files
npm run lintRun your unit tests
npm run test:unit