https://github.com/ssbarik/vue-speech-input
Vue Speech Input - Speech to text with Vue.js | Speech Recognition with Vue,js
https://github.com/ssbarik/vue-speech-input
hacktoberfest2022 hactoberfest speech-input speech-recognition speech-to-text vuejs vuetifyjs web-speech-api
Last synced: about 1 year ago
JSON representation
Vue Speech Input - Speech to text with Vue.js | Speech Recognition with Vue,js
- Host: GitHub
- URL: https://github.com/ssbarik/vue-speech-input
- Owner: SSBarik
- Created: 2020-03-26T06:17:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:13:51.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:21:13.329Z (about 1 year ago)
- Topics: hacktoberfest2022, hactoberfest, speech-input, speech-recognition, speech-to-text, vuejs, vuetifyjs, web-speech-api
- Language: JavaScript
- Homepage: https://vue-speech-input.netlify.app/
- Size: 2.11 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-speech-input
> A Vue.js project
Browser Support: Mozilla Firefox & Google Chrome
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).