A modern web client for Jellyfin based on Vue
Go to file
Cameron 097214bcf5 feat(component): show error if required on login
Show error on login if: server not found, Incorrect username/password, or bad request
2020-09-03 14:00:56 +01:00
.run feat(.run): add WebStorm run configurations 2020-09-02 22:30:42 +02:00
.vscode feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
api feat(api): add Axios API client 2020-09-02 22:19:50 +02:00
assets feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
components feat(component): show error if required on login 2020-09-03 14:00:56 +01:00
layouts feat(auth): add login page and user authentication 2020-09-03 13:04:32 +02:00
middleware feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
pages feat(auth): add login page and user authentication 2020-09-03 13:04:32 +02:00
static feat: add initial Nuxt template 2020-09-02 20:48:53 +02:00
store feat(auth): add login page and user authentication 2020-09-03 13:04:32 +02:00
test feat: add initial Nuxt template 2020-09-02 20:48:53 +02: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 feat(api): add Axios API client 2020-09-02 22:19:50 +02:00
.eslintrc.js style(eslint): add Promise linting 2020-09-02 22:04:20 +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
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 feat(auth): add login page and user authentication 2020-09-03 13:04:32 +02:00
package.json feat(auth): add login page and user authentication 2020-09-03 13:04:32 +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 feat(auth): add login page and user authentication 2020-09-03 13:04:32 +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