@codekraft-studio/vue-speech
v0.1.0
Published
VueJs integration and components for the Web Speech API
Downloads
16
Readme
vue-speech
VueJs integration and components for the Web Speech API
DEMO
Installation
First install this project with your favourite package manager:
npm install @codekraft-studio/vue-speech
yarn add @codekraft-studio/vue-speech
Than import it in your project and ensure Vue loads it:
import VueSpeech from '@codekraft-studio/vue-speech'
Vue.use(VueSpeech)
The project exposes two different components that can be used directly in your templates:
<vue-speech-recognition />
<vue-speech-synthesis />
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint