Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 523 Bytes

chilav ( Vue 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