mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
5e9c7124cec64070f04b9bc8fcb88ae9eb0c39fc
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%