1.0.6 • Published 4 years ago

kb-primo-ve-libchat v1.0.6

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

KB-Primo-VE-libChat

LibChat service: includes a chat service, provided by libanswers/ springshare, onto the user interface (all pages).

Screenshot

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`
 ```javascript
 require('kb-primo-ve-libchat');
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago