A modern web client for Jellyfin based on Vue
Go to file
Cameron 29ead2ae04
Merge pull request #126 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-jsdoc-30.6.0
chore(deps-dev): bump eslint-plugin-jsdoc from 30.5.3 to 30.6.0
2020-09-27 13:14:00 +01:00
.ci Apply suggestions from code review 2020-09-06 12:51:40 +01: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
.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 Merge pull request #121 from jellyfin/fix/stores 2020-09-27 12:03:07 +01:00
layouts feat(backdrop): use theme background color for overlay 2020-09-25 22:16:11 +02:00
locales Translated using Weblate (Vietnamese) 2020-09-26 16:34:32 -04:00
middleware feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
mixins refactor(card): use mixin to get image URL 2020-09-20 12:59:23 +02:00
pages Merge pull request #121 from jellyfin/fix/stores 2020-09-27 12:03:07 +01:00
plugins refactor(deviceprofile): use store properly 2020-09-26 19:52:46 +02:00
static feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
store Merge pull request #121 from jellyfin/fix/stores 2020-09-27 12:03:07 +01:00
test feat: add initial Nuxt template 2020-09-02 20:48:53 +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 Dockerfile: refactor comments 2020-09-12 16:58:06 +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 Merge pull request #121 from jellyfin/fix/stores 2020-09-27 12:03:07 +01:00
package.json chore(deps-dev): bump eslint-plugin-jsdoc from 30.5.3 to 30.6.0 2020-09-27 11:41:38 +00: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(i18n): add i18n support 2020-09-05 23:27:26 +02:00
yarn.lock chore(deps-dev): bump eslint-plugin-jsdoc from 30.5.3 to 30.6.0 2020-09-27 11:41:38 +00: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