Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonsobries/movjs
Movie search powered by VueJs
https://github.com/alfonsobries/movjs
Last synced: about 1 month ago
JSON representation
Movie search powered by VueJs
- Host: GitHub
- URL: https://github.com/alfonsobries/movjs
- Owner: alfonsobries
- Created: 2020-08-20T22:14:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T18:22:51.000Z (over 3 years ago)
- Last Synced: 2024-04-14T08:28:26.825Z (7 months ago)
- Language: Vue
- Homepage: https://movjs.vercel.app
- Size: 305 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movjs
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).