mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 10:00:08 +08:00
b3501d791e3ca5bfcd9a4625b7a8b31a9c11697a
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
67%
TypeScript
29.3%
SCSS
3%
HTML
0.6%