Overview:
Jet-Tube is a youtube clone template built with Vue.js and Vuetify. It provides a complete set of features including a home page, channel page, video details page with comments and replies, history page, and an upload video modal. Jet-Tube also offers a dark/light mode feature for enhanced user experience. The project is licensed under the GitHub license and is developed by Jetlight Studio.
Features:
- Home page: Users can browse and discover videos from various channels.
- Channel page: Users can view a specific channel and their uploaded videos.
- Video details page with comments and replies: Users can watch a video and engage with the content through comments and replies.
- History page: Users can view their watch history.
- Upload video modal: Users can upload their own videos easily.
Installation:
To install the Jet-Tube theme, follow the steps below:
- Clone the project repository from GitHub:
git clone <repository_url>
- Navigate to the cloned directory:
cd jet-tube
- Install the required dependencies:
npm install
- Compile and launch the project for development:
npm run serve
- For production, compile and minify the project:
npm run build
- Lint and fix any issues in the project files:
npm run lint
- Customize the configuration as needed.
Summary:
Jet-Tube is a youtube clone template built with Vue.js and Vuetify. It provides a comprehensive set of features, including browsing videos, viewing channels, interacting with comments, managing watch history, and uploading videos. The theme also offers a dark/light mode feature for customization. With its easy installation process and flexibility for customization, Jet-Tube is a great choice for anyone looking to create a youtube-like platform.