• Stars
    star
    210
  • Rank 187,585 (Top 4 %)
  • Language
    JavaScript
  • Created almost 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3D可视化教程

threejs-example

这是3D可视化教程源码,其教程文字内容在作者博客中,教程还在制作当中。

大陆访问

运行

# 拉取代码
git clone https://github.com/alwxkxk/threejs-example.git

cd threejs-example

# 安装依赖
npm install 

#dev
npm run dev 

#build
npm run build

其它

目录结构说明

webpack处理时会将每个目录下的index.html使用该目录下的的index.js,即使在index.html里没有显式地使用。