/translator-vuejs

A translation app from English to Spanish powered by Vuejs & Yandex'API

Primary LanguageVueMIT LicenseMIT

translation-app-vuejs

Check the demo here

Project Setup

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

Install Dependencies

  • 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 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 Features

  • Work on app styling.

  • Several Languages Translation options.

  • Add a light/dark theme button switcher.

  • Make a copy text button.

  • Load animations.

Contributors