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:
Development server
To serve a development environment, you have to run:
A local server should start at http://localhost:8080/
Build
If you want to compile the production version, you just need to run:
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.