https://github.com/dxphilo/moviery
movie application
https://github.com/dxphilo/moviery
Last synced: 3 months ago
JSON representation
movie application
- Host: GitHub
- URL: https://github.com/dxphilo/moviery
- Owner: dxphilo
- License: mit
- Created: 2020-12-24T12:29:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T23:00:07.000Z (over 5 years ago)
- Last Synced: 2025-03-01T01:27:48.873Z (over 1 year ago)
- Language: Vue
- Size: 789 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
moviery
Get all information about your related movie search

## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Getting Started With Nuxtjs](https://medium.com/javascript-in-plain-english/getting-started-with-nuxt-4652bc83ddc6).