• Stars
    star
    168
  • Rank 224,172 (Top 5 %)
  • Language Vue
  • License
    MIT License
  • Created about 1 year ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MoviePilot前端

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