/vue-cash-converter

it's a simple cash flow

Primary LanguageVueMIT LicenseMIT

Vue Cash Flow

A simple Vue application to manage your cash flow.


Stack

Get started

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

Development server

To serve a development environment, you have to run:

npm run serve

A local server will start at http://localhost:8080/

Build

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.

Deploy

To deploy your application, you can follow the official Vue-CLI guide.