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

https://github.com/00f100/rick-and-morty

Vue.js for consume Rick and Morty GraphQL
https://github.com/00f100/rick-and-morty

api graphql rick-and-morty typescript vue3

Last synced: 8 months ago
JSON representation

Vue.js for consume Rick and Morty GraphQL

Awesome Lists containing this project

README

          

# Rick and Morty API consume

This project consumes GraphQL data for Vue.js examples.

[Live Demonstration](https://00f100.github.io/)

## Pre requisites

This project uses [Docker](https://docs.docker.com/engine/install/ubuntu/), [Post-installation steps Docker](https://docs.docker.com/engine/install/linux-postinstall/) and [Docker compose](https://docs.docker.com/compose/install/).

> Install this dependencies before start develop.

## Project setup
```
git clone git@github.com:00F100/rick-and-morty.git
cd rick-and-morty
bin/cli
npm install
```

### Compiles and hot-reloads for development
```
bin/down; bin/dev
```

### Open container with NPM
```
bin/cli
```

### Compiles and minifies for production
```
bin/cli
npm run build
```

### Run your unit tests
```
bin/cli
npm run test:unit
```

### Lints and fixes files
```
bin/cli
npm run lint
```