# 基于threejs的3d游戏 **Repository Path**: damingstore/threejs-lol-3d-game ## Basic Information - **Project Name**: 基于threejs的3d游戏 - **Description**: vue+threejs的3d游戏 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2023-01-31 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # threejs游戏 ## 安装依赖 ``` npm install ``` ### 启动项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ```