mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-28 00:30:40 +00:00
A modern web client for Jellyfin based on Vue
9259cb68c5
vue-shim.d.ts really doesn't like to be changed in any way |
||
---|---|---|
.ci | ||
.dependabot | ||
.devcontainer | ||
.docker | ||
.run | ||
.vscode | ||
api | ||
assets | ||
components | ||
layouts | ||
locales | ||
middleware | ||
mixins | ||
pages | ||
plugins | ||
schemes | ||
static | ||
store | ||
utils | ||
.babelrc | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
auth-fix.d.ts | ||
commitlint.config.js | ||
CONTRIBUTING.md | ||
Dockerfile | ||
Dockerfile.dev | ||
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.
Requirements
This project uses Yarn as a package manager.
Contributing
We provide a devcontainer to help you setup your environment.
The project also contains recommended extensions for Visual Studio Code, which will help you with syntax style and development.
Finally, we provide useful pre-commit hooks via Husky, as well as Comitizen integration, in order to help you respect the style and naming conventions used throughout this project.
For more information about how to contribute to this project, see CONTRIBUTING.md
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