https://github.com/codekraft-studio/vue-speech
Vue integration and components for the Web Speech API
https://github.com/codekraft-studio/vue-speech
speech-recognition speech-synthesis vue-components vuejs webspeech-api
Last synced: about 1 month ago
JSON representation
Vue integration and components for the Web Speech API
- Host: GitHub
- URL: https://github.com/codekraft-studio/vue-speech
- Owner: codekraft-studio
- License: mit
- Created: 2018-11-25T06:11:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:38:08.000Z (over 2 years ago)
- Last Synced: 2025-03-27T00:54:14.561Z (about 2 months ago)
- Topics: speech-recognition, speech-synthesis, vue-components, vuejs, webspeech-api
- Language: Vue
- Homepage: https://codekraft-studio.github.io/vue-speech/
- Size: 4.64 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-speech
> VueJs integration and components for the Web Speech API
[![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![License][license-image]][license-url]
## Installation
Install this project with your favourite package manager:
```
npm install @codekraft-studio/vue-speech
```## Usage
Import the plugin in your project and ensure Vue loads it.
```js
import Vue from 'vue'
import VueSpeech from '@codekraft-studio/vue-speech'Vue.use(VueSpeech)
```## Documentation
Checkout the online [documentation](https://codekraft-studio.github.io/vue-speech/) to see how the components can be used in details.
---
## License
This package is under [MIT License](./LICENSE)
[npm-image]: https://badge.fury.io/js/%40codekraft-studio%2Fvue-speech.svg
[npm-url]: https://npmjs.org/package/@codekraft-studio/vue-speech[daviddm-image]: https://david-dm.org/codekraft-studio/vue-speech.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/codekraft-studio/vue-speech[license-url]: https://github.com/codekraft-studio/vue-speech/blob/master/LICENSE
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg