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)
- Host: GitHub
- URL: https://github.com/kranfix/ravn-challenge-v2-frankmoreno
- Owner: kranfix
- Created: 2021-01-17T21:56:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T13:47:35.000Z (over 5 years ago)
- Last Synced: 2025-05-13T18:50:45.135Z (about 1 year ago)
- Language: Vue
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

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