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
- Host: GitHub
- URL: https://github.com/kenmwaura1/movie-app
- Owner: KenMwaura1
- License: mit
- Created: 2020-02-24T11:16:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T02:01:31.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T16:43:04.856Z (9 months ago)
- Topics: vue-router, vuejs, vuetify, vuex
- Language: Vue
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Movie-app

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/).