Skip to content

sokchealeang/vue-firebase-expense

Repository files navigation

Vue 3 x Firebase Expense Tracker

This is a small project using Vue js with Firebase to store transactions. This is inpired by this repository. Instead of using local storage, I use Firestore which is database feature of firebase.

Technology

Vue Js + Firebase

Getting started

cp .env.example .env

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Expense tracker built with Vue 3 composition API and firestore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published