# threejs-demo **Repository Path**: dongyichen134/threejs-demo ## Basic Information - **Project Name**: threejs-demo - **Description**: 用threejs结合Vue3开发。main分支为圣诞小贺卡,bmw分支为车模型,3Dwebsite为3D官网首页模型,vrViewing为3D看房模型(包含6变形和球模型),包含了threejs的场景、相机、灯光、材质、控制器、贝塞尔函数、三角函数等基本开发内容。依赖仅需three,gsap。适合threejs入门学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-07 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Threejs, Vue ## README # shengdan This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```