An overview and comparison of different mate-softdrinks.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
To add a softdrink go to src\data\mate.json
and add a object to the array.
[
{
"name": "Club Mate Granat",
"producer": "Loscher",
"liter": 0.5,
"price": 1.2,
"caffeine": 0.2
}
]
- Vue.js - The web framework used
- Bulma - The css framework used
- Chart.js - JavaScript for different charts
The code in this project is licensed under MIT license.