0.4.0 • Published 7 years ago
@carrene/vue-chatbox v0.4.0
vue-chatbox
How to Use
First Install the library in your project By:
npm install --save @carrene/vue-chatboxThen Import Components in your .vue files:
import Components from '@carrene/vue-chatbox'
Object.entries(Components).forEach((name, component) => {
Vue.component(name, component)
})and then register Components in your file:
components: {
...Components
}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