A modern web client for Jellyfin based on Vue
Go to file
Thibault Nocchi a78a3a7b91 refactor(login.vue): removed not existing v-col props
Removed the justify and align props of v-col as they don't exist in the API (even though they
worked). Replaced them by a text-center class to center the title
2020-09-05 17:33:54 +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 Merge pull request #29 from jellyfin/feat/displayLibraryCards 2020-09-05 15:40:30 +02:00
layouts refactor: removed component imports 2020-09-05 14:44:47 +02:00
middleware feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
pages refactor(login.vue): removed not existing v-col props 2020-09-05 17:33:54 +02:00
plugins Merge branch 'master' into feat/tvShowApi 2020-09-05 14:35:44 +02:00
static feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
store fix(auth): fix user data disappearing on refresh 2020-09-04 23:55:21 +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 style(nuxt config): add missing comma to fix lint 2020-09-05 13:39:41 +01:00
package.json fix(auth): fix user data disappearing on refresh 2020-09-04 23:55:21 +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 fix(auth): fix user data disappearing on refresh 2020-09-04 23:55:21 +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