https://github.com/thbar/vuejs-calculator
https://github.com/thbar/vuejs-calculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thbar/vuejs-calculator
- Owner: thbar
- License: mit
- Created: 2017-11-08T11:10:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T11:20:23.000Z (over 8 years ago)
- Last Synced: 2025-08-14T07:41:03.148Z (11 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Here you'll find a very simple example using computed properties to build a hosting price simulator with VueJS.
It is not intented to be a full-fledged example, and as such uses in-html CSS, raw javascript, no components, no unit tests at this point.
## Relevant links
* [Live Demo](https://thbar.github.io/vuejs-calculator/)
* [VueJS](https://vuejs.org)
* [Computed properties documentation](https://vuejs.org/v2/guide/computed.html)
* [Filters documentation](https://vuejs.org/v2/guide/filters.html) (used to format money together with [Accounting.js](accountingjs)