A Vue.js version of https://github.com/ad2ien/ideal-wages-calculator and is mostly used as playground
Is there not some injustices in spreading labour incomes? I wanted to know how (too) much I was paid for my services.
This, and also, I wanted to learn vue.js 🤓...
The result here : https://ad2ien.github.io/ideal-wages-calculator-vue/
npm install
Create a .env
file containing
VITE_BASE_DOMAIN="http://localhost:5173/"
Then start
npm run dev