https://github.com/fadeev/goz
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadeev/goz
- Owner: fadeev
- Created: 2020-04-22T16:35:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:03:21.000Z (over 3 years ago)
- Last Synced: 2025-10-16T08:05:52.479Z (9 months ago)
- Language: Vue
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goz
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).