https://github.com/mutesa-cedric/invoicy
Invoice management application made with Vuejs and firebase
https://github.com/mutesa-cedric/invoicy
firebase sass vue3
Last synced: over 1 year ago
JSON representation
Invoice management application made with Vuejs and firebase
- Host: GitHub
- URL: https://github.com/mutesa-cedric/invoicy
- Owner: Mutesa-Cedric
- Created: 2022-07-28T21:46:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T22:39:52.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T03:30:15.498Z (over 1 year ago)
- Topics: firebase, sass, vue3
- Language: Vue
- Homepage: https://mc-invoicy.vercel.app
- Size: 443 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invoicy
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).