Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjerrington/moneycounter
Simple VueJS App to Count Money
https://github.com/cjerrington/moneycounter
money vue vuejs
Last synced: about 2 months ago
JSON representation
Simple VueJS App to Count Money
- Host: GitHub
- URL: https://github.com/cjerrington/moneycounter
- Owner: cjerrington
- License: mit
- Created: 2020-06-01T19:17:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:27:58.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T09:36:31.876Z (almost 2 years ago)
- Topics: money, vue, vuejs
- Language: Vue
- Homepage: https://changecounter.netlify.app/
- Size: 2.92 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Money Counter
[![Netlify Status](https://api.netlify.com/api/v1/badges/8bf02f21-abae-4574-869b-0d02158a127d/deploy-status)](https://app.netlify.com/sites/changecounter/deploys)
![GitHub](https://img.shields.io/github/license/cjerrington/MoneyCounter)
![GitHub package.json version](https://img.shields.io/github/package-json/v/cjerrington/MoneyCounter)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cjerrington/MoneyCounter)
![GitHub last commit](https://img.shields.io/github/last-commit/cjerrington/MoneyCounter)## Project setup
You can use yarn or npm to run the software locally. I typically use npm.
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Deploying
I am using [netlify.com](netlify.com) to run a build for this and then serve it live from Github. This allows a single repository to be able to have a way to share code and build online for live updates.You can see this live at: [https://changecounter.netlify.app/](https://changecounter.netlify.app/)