This application has been crafted with Vue-CLI. I suggest you to read the documentation if you have never used it before.
First of all, you have to clone the project and install npm dependencies:
git clone https://github.com/webdev0627/vue-cash-converter.git
cd vue-cash-flow
npm install
To serve a development environment, you have to run:
npm run serve
A local server will start at http://localhost:8080/
If you want to compile the production version, you just need to run:
npm run build
A dist/
directory will be created, in the application root, with all optimized assets.
To deploy your application, you can follow the official Vue-CLI guide.