Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:00:18.000Z (almost 4 years ago)
- Last Synced: 2023-03-21T09:24:00.464Z (almost 2 years ago)
- Topics: omdb, omdb-api, omdb-search
- Language: Vue
- Homepage: https://kenberkeley.github.io/omdb-vue
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- 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/).