mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-21 15:43:51 +08:00
530174ff794de19d75eaf8fb70ab62bc72bf9539
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.2%
TypeScript
26.9%
SCSS
3.1%
HTML
0.7%