2024-03-01 23:33:50 +08:00
2023-11-01 17:05:12 +08:00
fix
2023-12-23 18:59:43 +08:00
2024-01-04 20:46:42 +08:00
2023-06-24 08:22:59 +08:00
fix
2023-09-17 20:02:26 +08:00
2023-07-22 16:09:07 +08:00
2023-11-01 18:02:51 +08:00
2023-06-24 08:22:59 +08:00
2023-07-22 16:09:07 +08:00
2023-06-24 08:22:59 +08:00
2023-06-26 15:53:11 +08:00
2023-07-21 21:46:18 +08:00
2023-06-24 08:22:59 +08:00
fix
2023-09-20 07:02:10 +08:00
2023-07-25 23:05:02 +08:00
2024-02-29 16:15:28 +08:00
fix
2023-06-28 22:43:36 +08:00
2023-11-28 15:08:11 +08:00
2023-06-24 08:22:59 +08:00
2023-06-28 08:38:26 +08:00
2024-02-08 19:56:28 +08:00

MoviePilot-Frontend

MoviePilot 的前端项目。

推荐的IDE设置

VSCode + Volar (并禁用 Vetur).

配置Vite

请参阅 Vite 配置参考.

依赖安装

yarn

开发运行

yarn dev

编译打包

yarn build

静态运行

  1. 使用 nginx 等Web服务器托管 dist 静态文件nginx配置参考 public/nginx.conf

  2. 使用 node 命令直接运行service.js,默认监听 3000 端口,设置环境变量 NGINX_PORT 来调整运行端口。

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