2023-10-27 15:09:48 -05:00
2023-06-27 13:59:29 -05:00
2023-11-06 23:44:46 -06:00
2022-10-18 00:11:42 -05:00
2023-06-27 13:59:29 -05:00
2022-10-18 00:11:42 -05:00
2023-06-27 13:59:29 -05:00
2022-10-17 19:04:23 -05:00
2023-08-07 20:54:02 -05:00
2023-10-27 15:09:48 -05:00
2022-10-17 19:04:23 -05:00
2022-10-17 19:04:23 -05:00
2023-10-16 22:38:10 -05:00

client

The is a single page application built using Vite (https://vitejs.dev/)

Example URL for Account View http://localhost:5173/telephonyContext/?ani=+13125138223&dnis=unknown&queue=GeneralInquires&direction=INBOUND&channel=AmazonConnect&type=Voice&_sessionIdentifier=bc93f1fc

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

Customize configuration

See Configuration Reference.

Running the services

Verint Repeatable Environments

Install as a docker service

mkdir -p /opt/em/projects/current/demo/eo-services
curl -o /opt/em/projects/current/demo/eo-services/docker-compose.yml https://git.mortons.site/verint.com/eo-services-client/raw/branch/main/examples/repeatable-docker-compose.yml
sudo curl -o /etc/systemd/system/eo-services.service https://git.mortons.site/verint.com/eo-services-client/raw/branch/main/examples/eo-services.service

sudo systemctl daemon-reload
sudo systemctl enable eo-services
sudo systemctl start eo-services
Description
No description provided
Readme 639 KiB
Languages
Vue 74.4%
JavaScript 14.1%
CSS 7.6%
Shell 1.3%
Dockerfile 1%
Other 1.6%