An open API service indexing awesome lists of open source software.

https://github.com/renzocarara/receipt

simple app that takes some input data (purchased items) and provides an output (receipt) with calculated taxes and exemptions
https://github.com/renzocarara/receipt

receipt vue vuetify

Last synced: 4 months ago
JSON representation

simple app that takes some input data (purchased items) and provides an output (receipt) with calculated taxes and exemptions

Awesome Lists containing this project

README

        

# RECEIPT

## Overview
This readme file gives you instructions how to download, compile and run this application on your own machine.\
NOTE: you needs to have [npm](https://nodejs.org/en/) installed on your machine.

## Download sources
From this page, click on the "Code" green button and select **Download ZIP**.\
Unzip the downloaded file and from your command line move into the created directory where files
has been placed.

## Get Dependencies
Run the following command to install all needed dependencies.
```
npm install
```
## Compile and Run
Run the following command to compile and run the application.
```
npm run serve
```
You should see indications about the localhost name where the application is running,
something like the following:

App running at:
- Local: http://localhost:8080/
- Network: http://192.168.1.76:8080/

Open the "Local" address in your browser to access the app.