Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloqhead/vite-movies
A simple movies thing made w/ Vite.
https://github.com/bloqhead/vite-movies
Last synced: 3 days ago
JSON representation
A simple movies thing made w/ Vite.
- Host: GitHub
- URL: https://github.com/bloqhead/vite-movies
- Owner: bloqhead
- Created: 2020-05-18T05:42:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:17:26.000Z (about 2 years ago)
- Last Synced: 2024-11-15T06:35:52.412Z (2 months ago)
- Language: Vue
- Size: 477 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies
A movie app thing made with [Vite](https://github.com/vuejs/vite) and a movie API from [Sample APIs](https://sampleapis.com/movies/).## Instructions
1. `yarn dev` to develop locally (runs Vite in debug mode for more logging output in the cli)
2. `yarn build` to build for production### Why?
Why not? Vite is a neat concept and I wanted to make something with it. Not necessarily useful or groundbreaking, but it's something.