https://github.com/abayomi1196/invoice-app-2
Invoice app built with the Composition API and FIrebase v9
https://github.com/abayomi1196/invoice-app-2
composition-api firebase vuejs vuex
Last synced: 2 months ago
JSON representation
Invoice app built with the Composition API and FIrebase v9
- Host: GitHub
- URL: https://github.com/abayomi1196/invoice-app-2
- Owner: abayomi1196
- Created: 2022-01-17T10:28:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T19:12:39.000Z (over 4 years ago)
- Last Synced: 2025-04-06T22:38:49.743Z (about 1 year ago)
- Topics: composition-api, firebase, vuejs, vuex
- Language: Vue
- Homepage: https://serene-lamport-e500a0.netlify.app
- Size: 339 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invoice-app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).