Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)