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

https://github.com/kranfix/ravn-challenge-v2-frankmoreno

A Challenge of Star Wars using Vue.js and GraphQL (Apollo Client)
https://github.com/kranfix/ravn-challenge-v2-frankmoreno

Last synced: 5 months ago
JSON representation

A Challenge of Star Wars using Vue.js and GraphQL (Apollo Client)

Awesome Lists containing this project

README

          

# vue-graphql-swapi

A simple Star Wars web app using Vue and GraphQL Apollo Client.

The design is bases in [this figma project](https://www.figma.com/file/Ceoqa8DbrtyKoOBDR77ktm/Ravn-Code-Challenge?node-id=34%3A0).

![Vue Graphql SWAPI](screenshots/vue-gql-swapi.gif)

## Project setup

Go to the project:

```
cd vue-graphql-swapi
```

And install dependencies:

```
npm install
```

### Compiles and hot-reloads for development

To run in developmento mode, use the following command:

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

Next, open the `dist/index.html` file in your preferred browser

### Lints and fixes files

```
npm run lint
```