A modern web client for Jellyfin based on Vue
Go to file
2020-10-19 23:55:58 +02:00
.ci ci(fix): force buildx builder to use docker-container driver, ensure correct default builder 2020-10-17 16:53:08 +00:00
.dependabot chore(dependabot): add config file 2020-09-16 16:03:27 +02:00
.devcontainer fix(devcontainer): move to suggested extensions, switch default shell to zsh 2020-09-03 18:13:14 +00:00
.docker fix(dockerfile): switch to nuxt build, nginx: enable compression, define MIME types, fix routing 2020-10-08 15:59:10 +00:00
.run feat(.run): add WebStorm run configurations 2020-09-02 22:30:42 +02:00
.vscode feat(card): add cards and proper sliders 2020-09-06 06:18:50 +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 feat(player): add video playback 2020-10-19 23:55:58 +02:00
layouts refactor(store): use Vuex store for user views 2020-10-04 09:56:24 +02:00
locales feat(player): add video playback 2020-10-19 23:55:58 +02:00
middleware feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
mixins test(timeutils): adds testing for timeUtils mixin 2020-10-03 18:01:47 +01:00
pages feat(player): add video playback 2020-10-19 23:55:58 +02:00
plugins feat(player): add video playback 2020-10-19 23:55:58 +02:00
static feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
store refactor: rework the API plugin 2020-10-09 20:03:50 +02:00
utils feat(player): add video playback 2020-10-19 23:55:58 +02:00
.babelrc feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
.dockerignore ci(fix): use build artifacts to speed up image generation 2020-10-15 18:41:24 +00: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 feat(eslint): add jsdoc rules 2020-09-06 21:29:05 +02:00
.gitattributes chore(git): add gitattributes file 2020-09-07 18:17:47 +02: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
Dockerfile ci(fix): use build artifacts to speed up image generation 2020-10-15 18:41:24 +00:00
Dockerfile.dev ci(fix): use build artifacts to speed up image generation 2020-10-15 18:41:24 +00:00
jest.config.js ci: add tests and coverage reporting 2020-10-01 10:39:03 +02:00
LICENSE feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
nuxt.config.ts feat(player): add video playback 2020-10-19 23:55:58 +02:00
package.json feat(player): add video playback 2020-10-19 23:55:58 +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 test(blurhash-canvas): add tests 2020-10-01 10:31:32 +02:00
vue-shims.d.ts test(blurhash-canvas): add tests 2020-10-01 10:31:32 +02:00
yarn.lock feat(player): add video playback 2020-10-19 23:55:58 +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