2024-11-23 12:34:59 +08:00
2025-04-23 08:24:21 +08:00
2024-06-05 18:12:07 +08:00
2023-07-22 16:09:07 +08:00
2024-06-05 18:12:07 +08:00
2023-07-22 16:09:07 +08:00
fix
2024-04-07 11:53:47 +08:00
2025-04-23 08:24:21 +08:00
2023-07-25 23:05:02 +08:00
2025-04-28 13:23:51 +08:00
2025-04-28 13:23:51 +08:00
2025-04-28 15:12:07 +08:00
2025-04-28 13:23:51 +08:00

MoviePilot-Frontend

中文 | English

Frontend project for MoviePilot, NodeJS version: >= v20.12.1.

VSCode + Volar (disable Vetur).

Vite Configuration

Please refer to Vite Configuration Reference.

Installation

yarn

Development

yarn dev

Build

yarn build

Production Deployment

  1. Use nginx or other web servers to host the dist static files. See public/nginx.conf for nginx configuration reference.

  2. Use node command to run service.js directly. It listens on port 3000 by default. Set the environment variable NGINX_PORT to adjust the port.

node dist/service.js
Description
MoviePilot前端
Readme MIT 37 MiB
Languages
Vue 66.9%
TypeScript 29.3%
SCSS 3.1%
HTML 0.6%