A modern web client for Jellyfin based on Vue
Go to file
2020-09-05 23:56:34 +02:00
.ci ci(azure): add pipeline for linting 2020-09-04 18:37:06 +02:00
.devcontainer fix(devcontainer): move to suggested extensions, switch default shell to zsh 2020-09-03 18:13:14 +00:00
.run feat(.run): add WebStorm run configurations 2020-09-02 22:30:42 +02:00
.vscode chore(vscode): add recommended VSCode extensions for workspace 2020-09-04 17:49:15 +02:00
api refactor(api): api functions now take input as objects 2020-09-04 12:58:03 +01:00
assets feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
components fix(home): use v-slide-group for home sections 2020-09-05 23:56:34 +02:00
layouts feat: Nuxt error component 2020-09-05 19:21:12 +02:00
middleware feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
pages feat(index): add home sections 2020-09-05 20:15:43 +02:00
plugins feat(api): add userLibraryApi 2020-09-05 20:14:03 +02:00
static feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
store feat(userdisplaypreferences): add user display preferences to the user store 2020-09-05 20:14:03 +02:00
test feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
types style(all): fix linting issues related to new TypeScript rules 2020-09-04 21:09:36 +02:00
utils fix(hamburger menu icon): fix missing photo icon 2020-09-04 21:16:52 +01:00
.babelrc feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
.editorconfig feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
.eslintignore build(eslint): add more files to eslintignore 2020-09-04 17:23:18 +02:00
.eslintrc.js style(linting rules): add rule for component name case (force kebab) 2020-09-05 14:19:45 +01:00
.gitattributes feat(dev): add vscode devcontainer config 2020-09-03 16:14:57 +00:00
.gitignore feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
.prettierrc feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
commitlint.config.js feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
jest.config.js style(jest): fix lint issue in config file 2020-09-02 22:04:21 +02:00
LICENSE feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
nuxt.config.ts feat(api): add userLibraryApi 2020-09-05 20:14:03 +02:00
package.json feat(userdisplaypreferences): add user display preferences to the user store 2020-09-05 20:14:03 +02:00
README.md feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
stylelint.config.js feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
tsconfig.json feat(auth): add login page and user authentication 2020-09-03 13:04:32 +02:00
yarn.lock feat(userdisplaypreferences): add user display preferences to the user store 2020-09-05 20:14:03 +02:00

Jellyfin Vue

Part of the Jellyfin Project


Logo Banner

GPL 3.0 License Current Release
Donate Feature Requests Discuss on our Forum Chat on Matrix Join our Subreddit

This is an experimental web client for Jellyfin based on Vue.js. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start.

Build Process

# 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