文件名称:threejs-webpack-starter
文件大小:141KB
文件格式:ZIP
更新时间:2024-04-14 10:17:02
JavaScript
Three.js入门 由的Bruno Simon提供 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
【文件预览】:
threejs-webpack-starter-master
----package.json(813B)
----readme.md(352B)
----package-lock.json(546KB)
----static()
--------.gitkeep(0B)
----src()
--------index.html(243B)
--------style.css(177B)
--------script.js(2KB)
----bundler()
--------webpack.prod.js(331B)
--------webpack.common.js(2KB)
--------webpack.dev.js(1KB)
----.gitignore(13B)