Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pegasystems/uplus-wss
The Uplus application showcases how a web application can be integrated with the Pega Platform around Mashup, Co-Browse, Pega chat and Knowledge Management as well as with the Customer Decision Hub (CDH) for offers and realtime streams.
https://github.com/pegasystems/uplus-wss
mashup pega-chat pega-platform pegasystems uplus-application uplus-wss vuejs
Last synced: about 24 hours ago
JSON representation
The Uplus application showcases how a web application can be integrated with the Pega Platform around Mashup, Co-Browse, Pega chat and Knowledge Management as well as with the Customer Decision Hub (CDH) for offers and realtime streams.
- Host: GitHub
- URL: https://github.com/pegasystems/uplus-wss
- Owner: pegasystems
- License: apache-2.0
- Created: 2019-04-05T21:31:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T03:04:37.000Z (29 days ago)
- Last Synced: 2025-01-01T08:12:36.114Z (8 days ago)
- Topics: mashup, pega-chat, pega-platform, pegasystems, uplus-application, uplus-wss, vuejs
- Language: JavaScript
- Homepage: https://pegasystems.github.io/uplus-wss/
- Size: 294 MB
- Stars: 39
- Watchers: 16
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
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.
![](https://github.com/pegasystems/uplus-wss/workflows/Main%20workflow/badge.svg)
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 install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```