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
- Host: GitHub
- URL: https://github.com/renzocarara/receipt
- Owner: renzocarara
- License: mit
- Created: 2020-12-07T07:03:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T08:11:35.000Z (over 4 years ago)
- Last Synced: 2025-01-11T15:18:24.035Z (5 months ago)
- Topics: receipt, vue, vuetify
- Language: Vue
- Homepage: https://revivaceipt.netlify.app/
- Size: 210 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.