@carrene/chatbox
v0.41.0
Published
## How to Use
Keywords
Readme
chatbox
How to Use
First Install the library in your project By:
npm install --save @carrene/chatboxThen Import Components in your .vue files:
import Chat from '@carrene/chatbox'and then register Components in your file:
components: {
Chat
}Compatibility table
| Chatbox | Jaguar |
| :-------: | :-------------: |
| v0.10.8 | v0.2.0nightly |
| v0.11.0 | v0.2.3nightly |
| v0.11.1 | v0.2.3nightly |
| v0.12.0 | v0.2.5nightly |
| v0.13.0 | v0.2.5nightly |
| v0.13.1 | v0.2.5nightly |
| v0.14.0 | v0.2.5nightly |
| v0.15.0 | v0.2.5nightly |
| v0.15.1 | v0.2.5nightly |
| v0.15.2 | v0.2.5nightly |
| v0.15.3 | v0.2.5nightly |
| v0.15.4 | v0.2.5nightly |
| v0.15.5 | v0.2.5nightly |
| v0.15.6 | v0.2.5nightly |
| v0.16.0 | v0.2.7nightly |
| v0.20.1 | v0.4.0nightly |
Project Dev setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildCompiles and building <chat> component
npm run build-bundleLints and fixes files
npm run lintRun your unit tests
npm run test:unit