ThreeJs 发表于 2024-12-31 https://threejs.org/ 初始化项目 1npm init vite@latest 安装依赖 1npm install 安装three 1npm install three 安装tweenhttps://github.com/tweenjs/tween.js 1npm i @tweenjs/tween.js@^18 运行 1npm run dev 打包 1npm run build