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

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

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
```