mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-02 19:16:40 +00:00
A modern web client for Jellyfin based on Vue
db7d7db436
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.5.3 to 30.6.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.5.3...v30.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.ci | ||
.dependabot | ||
.devcontainer | ||
.run | ||
.vscode | ||
api | ||
assets | ||
components | ||
layouts | ||
locales | ||
middleware | ||
mixins | ||
pages | ||
plugins | ||
static | ||
store | ||
test | ||
utils | ||
.babelrc | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
commitlint.config.js | ||
Dockerfile | ||
jest.config.js | ||
LICENSE | ||
nuxt.config.ts | ||
package.json | ||
README.md | ||
stylelint.config.js | ||
tsconfig.json | ||
yarn.lock |
Jellyfin Vue
Part of the Jellyfin Project
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