# liveplayer-vc3 **Repository Path**: livegbs/liveplayer-vc3 ## Basic Information - **Project Name**: liveplayer-vc3 - **Description**: LivePlayer H5 播放器, 使用 vue3 集成示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 31 - **Forks**: 12 - **Created**: 2022-02-09 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # liveplayer-vc3 LivePlayer H5 播放器, 使用 vue3 + vite 集成示例, 要求 node v16 以上版本 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### FAQ - Error: Cannot find module 'worker_threads' 检查 nodejs 版本是不是 v12 以上 - Error: Cannot find module 'node:path' 检查 nodejs 版本是不是 v16 以上 - Error: You installed esbuild on another platform than the one you're currently using. 重新执行 `npm install`