Vue Expense Tracker: A Vue.js App for Managing Expenses

Vue 3 Expense Tracker

An expense tracker app built with Vue 3 and the composition API.

  • Add and remove expenses/income
  • Track balance
  • Save data to local storage
  • Vue Toastification for notifications
  • <script setup> syntax (Vue 3.2+)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

License MIT


Download details:

Author: bradtraversy
Source: https://github.com/bradtraversy/vue-expense-tracker

#vue #vuejs 

Vue Expense Tracker: A Vue.js App for Managing Expenses
1.25 GEEK