Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sumgwork/movie-search-vue

Movie search app using OMDB API using Vue 3 and Vuex 4
https://github.com/sumgwork/movie-search-vue

Last synced: about 1 month ago
JSON representation

Movie search app using OMDB API using Vue 3 and Vuex 4

Awesome Lists containing this project

README

        

# movie-search-vue

## Project setup

Before trying to run the application though, it is important to setup the environment. The required parameter here is OMDB API key. Create a file called `.env` at the root of the project and copy the following line after replacing your API key.

```
VUE_APP_OMDB_KEY=
```

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

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