运行 来自本地文件的 three.js 编辑器

Running the three.js editor from local files

我最近下载了包含 three.js 编辑器的 three.js-master 文件。您如何 运行 编辑器中的文件?

  • 确保 node.js 已安装。
  • 打开控制台并导航到存储库的根目录。
  • 执行npm i安装包及其依赖项。
  • 通过npm start启动本地开发服务器。
  • 通过http://localhost:8080/editor/打开编辑器。