kb-primo-ve-libchat
v1.0.6
Published
Includes a chat service, provided by libanswers/ springshare, onto the user interface (all pages)
Downloads
4
Maintainers
Readme
KB-Primo-VE-libChat
LibChat service: includes a chat service, provided by libanswers/ springshare, onto the user interface (all pages).
Create the package
- npm install
- npm run prepare
Install in Primo VE
cd MYVIEW
npm install kb-primo-ve-libchat --save-dev
Set scriptIds constant in js/main.js
like below:
.constant('scriptIds' , {
'en': 'XXXXXXXXXXX',
'da': 'YYYYYYYYYYY'
})
Add to bottom of js/main.js
require('kb-primo-ve-libchat');