1.0.6 • Published 6 years ago
kb-primo-ve-libchat v1.0.6
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-devSet scriptIds constant in
js/main.jslike below:.constant('scriptIds' , { 'en': 'XXXXXXXXXXX', 'da': 'YYYYYYYYYYY' })
Add to bottom of `js/main.js`
```javascript
require('kb-primo-ve-libchat');