https://github.com/kenberkeley/omdb-vue
An OMDb demo powered by Vue CLI 3.x. Online demo 👉
https://github.com/kenberkeley/omdb-vue
omdb omdb-api omdb-search
Last synced: 5 months ago
JSON representation
An OMDb demo powered by Vue CLI 3.x. Online demo 👉
- Host: GitHub
- URL: https://github.com/kenberkeley/omdb-vue
- Owner: kenberkeley
- Created: 2019-07-15T06:41:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:00:18.000Z (over 5 years ago)
- Last Synced: 2025-10-09T21:26:43.293Z (8 months ago)
- Topics: omdb, omdb-api, omdb-search
- Language: Vue
- Homepage: https://kenberkeley.github.io/omdb-vue
- Size: 1.12 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-CLI.md
Awesome Lists containing this project
README
# omdb-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).