Skip to content

Sanfra1407/Vue-Cash-Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Cash Flow

A simple Vue application to manage your cash flow.


Stack

Get started

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 dev

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

Build

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.

Preview

It's possibile to see a preview of the built app by running:

npm run preview

A local server will start at http://localhost:3080/ with the production version.

Deploy

To deploy your application, you can follow the official Vite.js guide.