1. 全局安装typings npm install -g typings

  2. 安装three.js库 npm install three

  3. 安装three.js的typescript语法(.d.ts)的依赖 npm install --save-dev @types/three

  4. src根目录下的shims-vue.d.ts 文件(没有则新建)添加 declare module "@types/three";

    这样设置后就会有Three.js代码补全和代码提示
    three.js提示
    tips

效果

Logo

前往低代码交流专区

更多推荐