Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 530 Bytes

Text to Speech App in Vue using Speech Synthesis API

ScreenShot_20241016100316

Flowbite Vue 3

link Vue component library based on Tailwind CSS

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint