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
- Host: GitHub
- URL: https://github.com/00f100/rick-and-morty
- Owner: 00F100
- Created: 2022-02-13T12:42:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T04:22:54.000Z (over 3 years ago)
- Last Synced: 2025-01-01T16:26:35.206Z (9 months ago)
- Topics: api, graphql, rick-and-morty, typescript, vue3
- Language: Vue
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```