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

https://github.com/kenmwaura1/movie-app

Vue Frontend for a movie app using the OMDB api
https://github.com/kenmwaura1/movie-app

vue-router vuejs vuetify vuex

Last synced: 7 months ago
JSON representation

Vue Frontend for a movie app using the OMDB api

Awesome Lists containing this project

README

          

# Movie-app

![CI](https://github.com/KenMwaura1/movie-app/workflows/CI/badge.svg?branch=master)

Simple frontend using the OMDB Api and Vue

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).