Vue.js - Invoice Generator

After a small freelance project I needed to send an invoice, so I thought it would be fun to build an invoice generator with Vue.js.
The invoice details are displayed in real time as you enter them and it generates a PDF form the HTML using canvas.
I used Bulma CSS again in this project to see what could be achieved out of the box with the default components.
Technical Sheet
Technologies & methodologies I used on this project.
- Vue.js
- Vee Validate
- Javascript
- HTML to PDF
- Bulma CSS Framework