Skip to content

paperlambda/currency-converter-vue

Repository files navigation

currency-converter

Currency converter using Vue.js. Exchange rates are provided by https://exchangeratesapi.io/.

Project setup

npm install 
// or
yarn install

Compiles and hot-reloads for development

npm run serve 
// or
yarn run serve

Compiles and minifies for production

npm run build 
// or
yarn run build

Lints and fixes files

npm run lint 
// or
yarn run lint

Run your end-to-end tests

npm run test:e2e 
// or
yarn run test:e2e

About

Currency converter using Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published