https://github.com/vcjpierre/invuecer
Invoice App With Vue 3, Vuex & Firebase
https://github.com/vcjpierre/invuecer
firebase invoice-app vuejs vuex
Last synced: 3 months ago
JSON representation
Invoice App With Vue 3, Vuex & Firebase
- Host: GitHub
- URL: https://github.com/vcjpierre/invuecer
- Owner: vcjpierre
- Created: 2021-06-08T05:23:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T21:48:24.000Z (over 3 years ago)
- Last Synced: 2025-03-22T05:41:15.829Z (over 1 year ago)
- Topics: firebase, invoice-app, vuejs, vuex
- Language: Vue
- Homepage: https://invuecer.netlify.app
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invuecer
[](https://app.netlify.com/sites/invuecer/deploys)
An invoice application usign firebase and Vuej.js
## 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/).