A modern web client for Jellyfin based on Vue
Go to file
dependabot-preview[bot] 503adcf377
chore(deps): bump uuid from 8.3.0 to 8.3.1
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-04 15:51:12 +00:00
.ci ci: add tests and coverage reporting 2020-10-01 10:39:03 +02: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 feat(library): add card skeletons to the empty library placeholder 2020-10-03 17:22:56 +02:00
layouts feat(backdrop): use theme background color for overlay 2020-09-25 22:16:11 +02:00
locales feat(library view): adds Ability to sort items by Name/Rating/Start date/End date 2020-10-04 08:15:26 +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(library view): adds Ability to sort items by Name/Rating/Start date/End date 2020-10-04 08:15:26 +02:00
plugins Merge pull request #119 from jellyfin/feat/improvements 2020-10-01 10:19:50 +01: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
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 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 Merge pull request #119 from jellyfin/feat/improvements 2020-10-01 10:19:50 +01:00
package.json chore(deps): bump uuid from 8.3.0 to 8.3.1 2020-10-04 15:51:12 +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 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 chore(deps): bump uuid from 8.3.0 to 8.3.1 2020-10-04 15:51:12 +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