https://github.com/elchemista/vue-apollo-graphql
Vue Apollo setup example
https://github.com/elchemista/vue-apollo-graphql
Last synced: 3 months ago
JSON representation
Vue Apollo setup example
- Host: GitHub
- URL: https://github.com/elchemista/vue-apollo-graphql
- Owner: elchemista
- Created: 2019-06-24T19:19:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:05:07.000Z (over 2 years ago)
- Last Synced: 2023-03-08T15:24:46.430Z (over 2 years ago)
- Language: JavaScript
- Size: 2.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql_ex
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```