文件名称:ThreeJS-Webpack-ES6-样板:使用Webpack编译并通过Babel进行转译以使用ES6语法的Three.js项目的基本样板
文件大小:2.64MB
文件格式:ZIP
更新时间:2024-02-19 20:14:13
nodejs javascript sass boilerplate babel
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 - Three.js components that get initialized in `main.js` │ │ ├── helpers - Classes that provide ideas
【文件预览】:
ThreeJS-Webpack-ES6-Boilerplate-master
----.eslintrc(1KB)
----.babelrc(37B)
----package.json(2KB)
----.github()
--------workflows()
----LICENSE(1KB)
----package-lock.json(487KB)
----src()
--------css()
--------js()
--------html()
--------public()
----.gitignore(41B)
----webpack.config.js(5KB)
----README.md(2KB)
----postcss.config.js(69B)
----build()
--------css()
--------assets()
--------index.html(366B)
--------js()