https://github.com/akryum/vue-apollo-example
Simple vue-apollo example app
https://github.com/akryum/vue-apollo-example
Last synced: 12 months ago
JSON representation
Simple vue-apollo example app
- Host: GitHub
- URL: https://github.com/akryum/vue-apollo-example
- Owner: Akryum
- Created: 2016-12-30T13:01:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T10:36:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T04:30:29.228Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 65.4 KB
- Stars: 108
- Watchers: 7
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-apollo-example
> A simple vue-apollo example app
Needs [apollo-server-example](https://github.com/Akryum/apollo-server-example) running.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```