Skip to content

algorithm-sam/A-Vue-Translation-Application

Repository files navigation

translate

A simple translator app

Build Setup

# 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 and docs for vue-loader.

Local Installation Explained

to run the program locally on your machine run the following command

on your CLI navigate to the directory to the cloned repository and run this command

npm install

after running npm install run this command to start up a life server to serve the file

npm run dev

you should get a message saying your application is running on http://localhost:8080

go to the url and view the application

About

A simple translation application powered by VueJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published