An open API service indexing awesome lists of open source software.

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

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/).