A web app developed for studying Vue.js and Vuex which can help you manage invoices
Invoice-App
Description
This web app is just for studying and may have some bugs. I use Vue.js and Vuex to build this app and firebase to store the invoice data.
Project Demo
create a new invoice
click the “New Invoice” button to create a new invoice
and you will see a sidebar like this.
edit an invoice
you can click any invoice in the Home view
and an invoice view will show up.
filter invoices
you can click the filter button to display
invoices of a specific status.
Project setup
install the dependencies
npm install
run the app
npm run serve