文件名称:world-goes-on
文件大小:121.92MB
文件格式:ZIP
更新时间:2024-05-01 14:55:11
JavaScript
Three.js Webpack ES6样板 Three.js项目的基本样板,包括通过Babel使用Webpack和ES6语法。 项目结构 build - Directory for built and compressed files from the npm build script src - Directory for all dev files ├── css - Contains all SCSS files, that are compiled to `src/public/css` ├── js - All the Three.js app files, with `app.js` as entry point. Compiled to `src/public/js` with webpack │ ├── app │ │ ├── components - Th