A simple component where the customer needed his own calculator and the ability to send the entire form to his email to automate the process of pricing photovoltaic installations. A simple component in vue.js for one of my recent projects.
video.mp4
- Form validation with watchers
- Form sending via emailjs
- Shows energy demand based on your bill
- Error handling
In this small app I learnt how to read Vuejs and Vuetify documentation. I had fun while doing it!
Things that made my writing easy and fast:
- EmailJS - a cool and easy API for sending emails :)
- Vuetify - a cool UI framework that helped me build it faster :)
If you want to use my code just clone and have fun :)
git clone
npm install
npm install
npm run serve
npm run build
npm run lint