Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 891 Bytes

README.md

File metadata and controls

49 lines (39 loc) · 891 Bytes

Sample application for forex conversion using vuejs and vuex

Option 1:

You can directly demo from the link below: Demo link: https://cksachdev.github.io/forex-conversion-using-vuejs/

Preview

Option 2:

Building Docker file

docker build -t vuejs-cookbook/dockerize-vuejs-app .

Running Docker file

docker run -it -p 8080:8080 --rm --name dockerize-vuejs-app-1 vuejs-cookbook/dockerize-vuejs-app

Option 3:

Build and run locally

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.