0.4.0 • Published 6 years ago

@carrene/vue-chatbox v0.4.0

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

vue-chatbox

How to Use

First Install the library in your project By:

npm install --save @carrene/vue-chatbox

Then 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 install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles and building <chat> component

npm run build-bundle

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit
0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago