mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-27 18:41:58 +08:00
95bcc263e89137124c57e42c37b0e3573308e27f
…
…
…
…
…
MoviePilot-Frontend
中文 | English
Frontend project for MoviePilot, NodeJS version: >= v20.12.1.
Recommended IDE Setup
VSCode + Volar (disable Vetur).
Vite Configuration
Please refer to Vite Configuration Reference.
Installation
yarn
Development
yarn dev
Build
yarn build
Production Deployment
-
Use
nginxor other web servers to host thediststatic files. Seepublic/nginx.conffor nginx configuration reference. -
Use
nodecommand to runservice.jsdirectly. It listens on port3000by default. Set the environment variableNGINX_PORTto adjust the port.
node dist/service.js
Languages
Vue
69.9%
TypeScript
26.4%
SCSS
3%
HTML
0.7%