00.本地搭建 threejs 文档网站(网页版是外网比较慢)

three官网

https://threejs.org/

下载代码

进入官网 可以选择github去下载 或者 下载压缩包

github 下载https链接地址 https://github.com/mrdoob/three.js.git

bash 复制代码
git clone https://github.com/mrdoob/three.js.git

安装依赖启动程序

安装依赖
bash 复制代码
npm i 
或者 
pnpm i
或者
yarn install
启动
bash 复制代码
npm run dev

效果

http://localhost:8080/

http://localhost:8080/docs/index.html#manual/zh/introduction/Installation

相关推荐
秦jh_27 分钟前
【Linux】多线程(概念,控制)
linux·运维·前端
蜗牛快跑21340 分钟前
面向对象编程 vs 函数式编程
前端·函数式编程·面向对象编程
Dread_lxy41 分钟前
vue 依赖注入(Provide、Inject )和混入(mixins)
前端·javascript·vue.js
涔溪1 小时前
Ecmascript(ES)标准
前端·elasticsearch·ecmascript
榴莲千丞2 小时前
第8章利用CSS制作导航菜单
前端·css
奔跑草-2 小时前
【前端】深入浅出 - TypeScript 的详细讲解
前端·javascript·react.js·typescript
羡与2 小时前
echarts-gl 3D柱状图配置
前端·javascript·echarts
guokanglun2 小时前
CSS样式实现3D效果
前端·css·3d
咔咔库奇2 小时前
ES6进阶知识一
前端·ecmascript·es6
前端郭德纲2 小时前
浏览器是加载ES6模块的?
javascript·算法