Skip to content

JakeHenshall/translator-vuejs

 
 

Repository files navigation

translator-vuejs

Check the demo here

Project Setup

=================

Dependencies

Make sure to have all these dependencies installed in your local machine:

Install Modules

  • Go to the project's root folder & run the following command:
npm install

Run The Project For Local Development

  • After all modules are installed, run the command:
npm run serve

It will open a developer environment local server in http://localhost:8080/

Compile & Minify For Production

  • Once it is ready for production, run the command:
npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Future Enhancement

  • Disable 'play' button if language audio is not available.
  • Add theme selection to local storage.

Contributors

About

A translation app from English to Spanish powered by Vue, Yandex & ResponsiveVoice's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 82.5%
  • HTML 5.1%
  • JavaScript 4.8%
  • CSS 4.7%
  • Shell 2.9%