https://github.com/superoo7/lunch_choices
A simple website build with graphql for deciding what to eat for lunch lol
https://github.com/superoo7/lunch_choices
graphql vue
Last synced: about 1 month ago
JSON representation
A simple website build with graphql for deciding what to eat for lunch lol
- Host: GitHub
- URL: https://github.com/superoo7/lunch_choices
- Owner: superoo7
- Created: 2019-04-17T12:05:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:55:48.000Z (over 2 years ago)
- Last Synced: 2025-01-23T10:45:03.365Z (3 months ago)
- Topics: graphql, vue
- Language: JavaScript
- Homepage:
- Size: 4.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lunch-choices
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).