https://github.com/cleberson-dev/apuracao-gnf
Desktop app de Apurações construído com Electron
https://github.com/cleberson-dev/apuracao-gnf
Last synced: 12 months ago
JSON representation
Desktop app de Apurações construído com Electron
- Host: GitHub
- URL: https://github.com/cleberson-dev/apuracao-gnf
- Owner: cleberson-dev
- Created: 2020-11-14T14:52:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T18:25:47.000Z (over 1 year ago)
- Last Synced: 2025-06-29T08:37:58.853Z (12 months ago)
- Language: Vue
- Size: 2.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apuracao
## Project setup
```
yarn install
```
### 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/).