# uni-threejs-demo **Repository Path**: imbeartop/uni-threejs-demo ## Basic Information - **Project Name**: uni-threejs-demo - **Description**: uniapp + vue3 + typescript (ts) + vite + three.js 写的一个简单demo,用于学习和理解 three.js 在微信小程序上的使用,移植修改 https://github.com/deepkolos/three-platformize 的微信小程序原生代码示例 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-05-16 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简单说明 uniapp + vue3 + typescript (ts) + vite + three.js 一个简单demo,用于学习和理解 three.js 在微信小程序上的使用 移植修改 https://github.com/deepkolos/three-platformize 的微信小程序原生代码demo而来 ### 程序运行说明 - 请在 ``` manifest.json ``` 自行更换微信小程序 appid。 - 运行步骤 ``` npm install ```。 - 运行微信小程序执行 ``` npm run dev:mp-weixin ``` 或 ``` npm run build:mp-weixin ```。 - 小程序生成对应在 ``` /dist/dev/mp-weixin/ ``` 或 ``` /dist/build/mp-weixin/ ``` 。 - 在微信开发者工具(IDE)导入上述路径即可。 - 更多使用参考请前往 https://github.com/deepkolos/three-platformize