@dcodegroup-au/dcode-chat-vue
Version:
Frontend vue components for the dcode-laravel-chat package
25 lines (15 loc) • 596 B
Markdown
## Dcode Chat Vue
Vue package for Dcode Chat.
## Local development
Use `pnpm run playground` to start the local playground environment
## NPM
To install the package, run:
```bash
npm install @dcodegroup-au/dcode-chat-vue
```
Published on NPM as `@dcodegroup-au/dcode-chat-vue`.
## CI
as long as a commit message contains one of the following a new release should be published.
- fix: — triggers a patch release (e.g., bug fixes)
- feat: — triggers a minor release (e.g., new features)
- BREAKING CHANGE: in the commit body or ! after type (e.g., feat!:) — triggers a major release