mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-01 10:10:33 +00:00
A modern web client for Jellyfin based on Vue
503adcf377
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> |
||
---|---|---|
.ci | ||
.dependabot | ||
.devcontainer | ||
.run | ||
.vscode | ||
api | ||
assets | ||
components | ||
layouts | ||
locales | ||
middleware | ||
mixins | ||
pages | ||
plugins | ||
static | ||
store | ||
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 | ||
vue-shims.d.ts | ||
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