Vue Cash Flow

A simple Vue application to manage your cash flow.

Stack

JS Framework: Vue.js
CSS Framework: Bulma CSS
CSS preprocessor: SCSS

Get started

This application has been crafted with Vue-CLI

First of all, you have to clone the project and install npm dependencies:

git clone https://github.com/Sanfra1407/vue-cash-flow.git
cd vue-cash-flow
npm install

Development server

To serve a development environment, you have to run:

npm run serve
A local server should 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.

GitHub