Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sumgwork/movie-search-vue
- Owner: sumgwork
- Created: 2020-11-12T06:01:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T20:52:52.000Z (about 4 years ago)
- Last Synced: 2023-03-03T14:27:36.790Z (almost 2 years ago)
- Language: Vue
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).