Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.22 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.22 KB

vue-star-wars-quiz

An application to use Star Wars API on GraphQL to build a quiz about the planets and characters relationships

Visit the website in vue-star-wars-quiz.emanuelgsouza.dev

Prerequisites

  • node
  • npm

Install

yarn or npm install

Usage

Serve the application in http://localhost:8080

yarn serve or npm run serve

Build

Build application

yarn build or npm run build

Tests

Unit tests using Vue Test Utils and Jest

yarn test:unit

Integration tests using Cypress

yarn test:e2e

Technologies

TODO

Some ideias to development

Author

Emanuel Gonçalves