https://github.com/joyontokarmakar/movie-search
This is my first vue js project.
https://github.com/joyontokarmakar/movie-search
omdb-api vue-js
Last synced: 4 months ago
JSON representation
This is my first vue js project.
- Host: GitHub
- URL: https://github.com/joyontokarmakar/movie-search
- Owner: Joyontokarmakar
- Created: 2021-07-14T17:53:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T17:54:19.000Z (over 4 years ago)
- Last Synced: 2025-06-25T03:03:02.448Z (4 months ago)
- Topics: omdb-api, vue-js
- Language: Vue
- Homepage: https://look-for-movie.netlify.app/
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-movie-db-yt
## Project setup
```
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/).