@codekraft-studio/vue-speech

VueJs integration and components for the Web Speech API

Usage no npm install needed!

<script type="module">
  import codekraftStudioVueSpeech from 'https://cdn.skypack.dev/@codekraft-studio/vue-speech';
</script>

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

Customize configuration

See Configuration Reference.