This is a movie streaming web application built with Vue 3. The application allows users to view movie lists, search for movies by name, view detailed information, and watch episodes.
git clone https://github.com/thanhlichqnuu/Movie-Web.git
Install the dependencies:
cd app
npm install
Run the application:
npm run serve
Open your browser and navigate to:
http://localhost:8080
``` ├── public # Folder containing static files ├── src │ ├── assets # Folder containing assets like images and CSS │ ├── components # Folder containing application components │ ├── locale # Folder containing translations json for vue i18n │ ├── pages # Folder containing application pages │ ├── router # Vue Router configuration │ ├── stores # Pinia configuration │ ├── util # Folder containing shared functions │ ├── App.vue # Root component file │ ├── main.js # Main entry point file ├── package.json # npm configuration file
## Deployment
Build for production environment:
npm run build ```
If you would like to contribute to the project, please create a Pull Request or open a new Issue on GitHub.
If you have any questions or feedback about the project, please contact via email: thanhlich2103gg@gmail.com