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

https://github.com/thbar/vuejs-calculator


https://github.com/thbar/vuejs-calculator

Last synced: 5 months ago
JSON representation

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)