A modern web client for Jellyfin based on Vue
Jellyfin Vue is an experimental, alternative browser-based web client for Jellyfin developed using Vue.js. It is not intended to replace the main Jellyfin Web client and is not feature-complete. The usage instructions below will help users set up bleeding-edge builds from the master branch.
Jellyfin Vue offers an experimental browser-based web client for Jellyfin users, giving them an alternative interface to enjoy their media content. While not aimed at replacing the main client, it provides a Vue.js-powered experience with various deployment options available, including Docker containers and local hosting. Additionally, the privacy disclaimer emphasizes the direct connection to the Jellyfin server for a secure media streaming experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.