mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 08:03:05 +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
66.9%
TypeScript
29.3%
SCSS
3.1%
HTML
0.6%