A modern web client for Jellyfin based on Vue
Go to file
2020-10-15 06:20:58 +00:00
.ci fix(ci): fix indent 2020-10-15 06:20:58 +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 refactor: rework the API plugin 2020-10-09 20:03:50 +02:00
layouts refactor(store): use Vuex store for user views 2020-10-04 09:56:24 +02:00
locales Translated using Weblate (Spanish) 2020-10-09 06:36:06 -04: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 refactor: rework the API plugin 2020-10-09 20:03:50 +02:00
plugins refactor: rework the API plugin 2020-10-09 20:03:50 +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(playbackprofile): add JSDOC and fix style 2020-09-11 22:22:56 +02:00
.babelrc feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
.dockerignore Add Dockerfile 2020-09-12 13:50:21 +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 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 fix(dockerfile): switch to nuxt build, nginx: enable compression, define MIME types, fix routing 2020-10-08 15:59:10 +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 refactor: rework the API plugin 2020-10-09 20:03:50 +02:00
package.json Merge pull request #192 from jellyfin/dependabot/npm_and_yarn/nuxt-i18n-6.15.3 2020-10-14 19:43:12 +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 Merge pull request #192 from jellyfin/dependabot/npm_and_yarn/nuxt-i18n-6.15.3 2020-10-14 19:43:12 +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