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

https://github.com/nfriend/learning-vue-apollo

A test project to help me learn the ins and outs of Vue Apollo
https://github.com/nfriend/learning-vue-apollo

apollo apollo-client gitlab gitlab-pages graphql tailwind vue vue-apollo

Last synced: 2 months ago
JSON representation

A test project to help me learn the ins and outs of Vue Apollo

Awesome Lists containing this project

README

          

# learning-vue-apollo

GitLab build status

A test project to help me learn the ins and outs of [Vue
Apollo](https://apollo.vuejs.org/).

## Live demo

https://nfriend.gitlab.io/learning-vue-apollo/

## Project setup

```
yarn
```

### Compiles and hot-reloads for development

```
yarn run serve
```

### Compiles and minifies for production

```
yarn run build
```

### Lints and fixes files

```
yarn run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

## Deployment

`git push` on `master` 🙂