https://github.com/benjaminpla/gifos
https://github.com/benjaminpla/gifos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminpla/gifos
- Owner: benjaminPla
- Created: 2021-11-24T23:45:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T13:31:03.000Z (over 3 years ago)
- Last Synced: 2025-02-06T20:02:20.806Z (3 months ago)
- Language: Vue
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gifos
## 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/).