0.1.0 • Published 5 years ago

@codekraft-studio/vue-speech v0.1.0

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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.