three.js-启动器 一个简单的Three.js入门模板 确保您已安装nodejs。 # Install dependencies (only the first time) npm install # Run the local server at localhost:1234 npm run dev # Build for production in the /dist directory npm run build