万象云档 本次搜索耗时 2.349 秒,为您找到 175 个相关结果.
  • 依赖的类型

    不同的依赖有着不同的目的。 开发构建时需要一部分,程序运行时也需要一部分。 因此有着不同的依赖类型(比如 dependencies 、devDependencies 和 peerDependencies )。 package.json 可以包含以下依赖类型: { "name" : "my-project" , "depende...
  • 在 webpack 中使用 ECharts

    4 2026-09-14 《ECharts 3 教程》
    在 webpack 中使用 ECharts npm 安装 ECharts 引入 ECharts 按需引入 ECharts 图表和组件 在 webpack 中使用 ECharts 在 webpack 中使用 ECharts Webpack 是目前比较流行的模块打包工具,你可以在使用 webpack 的项目中轻松的引入和打包 ECharts,这...
  • 使用插件

    [TOC] 使用插件是否需要插件?条件插件内联插件(Inline plugins) 使用插件 Gulp 插件实质上是 Node 转换流(Transform Streams),它封装了通过管道(pipeline)转换文件的常见功能,通常是使用 .pipe() 方法并放在 src() 和 dest() 之间。他们可以更改经过流(stream)的每个文件的文...
  • 文件监控

    [TOC] 文件监控警告:避免同步任务可监控的事件初次执行队列延迟使用监控程序实例可选的依赖项 文件监控 gulp api 中的 watch() 方法利用文件系统的监控程序(file system watcher)将 globs 与 任务(task) 进行关联。它对匹配 glob 的文件进行监控,如果有文件被修改了就执行关联的任务(task)。如果被执...
  • Text

    Text The Text component provides the gameObject with the ability to display text. After using the Text component, the width of the gameObject will set the width of the text area t...
  • Mask

    Mask The Mask component can cut the display range of the GameObject, and a renderer needs to be installed before use. Demo Install With NPM npm i @eva / plugin - renderer @e...
  • Spine skeletal animation

    Spine skeletal animation Spine is a 2D animation software tailored specifically for software and game developers. Animators, original artists, and engineers work together to give ...
  • Lottie Animation

    Lottie Animation Lottie is a mobile library for Web, and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This ...
  • Slider 数据滑动条

    [TOC] 简介Slider 工作原理如何使用 Slider 组件引入 Slider 组件创建 Slider 的 dom 容器创建 Slider 组件对象并渲染快速上手 简介 用于数据范围的选择插件,尤其适用于大数据量的图表绘制,帮助用户更好地关注某一范围的数据可视化结果。 如下图所示: Slider 工作原理 Slider 组件是完全基于数据的...
  • 快速入门

    [TOC] 快速入门检查 node、npm 和 npx 是否正确安装安装 gulp 命令行工具创建项目目录并进入在项目目录下创建 package.json 文件安装 gulp,作为开发时依赖项检查 gulp 版本创建 gulpfile 文件测试输出结果 快速入门 如果你先前将 gulp 安装到全局环境中了,请执行 npm rm —global gulp...