mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-26 10:01:39 +08:00
89e4a68a03a1ebd2ae24590baec3fff8a87d7cb7
- Added ScrollToTopBtn component for smooth scrolling to the top of the page. - Registered ScrollToTopBtn in main.ts. - Integrated ScrollToTopBtn into browse.vue, discover.vue, recommend.vue, resource.vue pages. - Updated components.d.ts to include ScrollToTopBtn type definition. - Refactored MediaCard.vue and SlideView.vue for improved hover effects and styling. - Cleaned up unused styles and optimized existing styles for better performance and readability.
…
…
…
…
…
MoviePilot-Frontend
MoviePilot 的前端项目,NodeJS版本:>= v20.12.1。
推荐的IDE设置
配置Vite
请参阅 Vite 配置参考.
依赖安装
yarn
开发运行
yarn dev
编译打包
yarn build
静态运行
-
使用
nginx等Web服务器托管dist静态文件,nginx配置参考public/nginx.conf。 -
使用
node命令直接运行service.js,默认监听3000端口,设置环境变量NGINX_PORT来调整运行端口。
node dist/service.js
Languages
Vue
69.7%
TypeScript
26.5%
SCSS
3%
HTML
0.7%