书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 792 个相关结果.
  • ProvidePlugin

    ProvidePlugin 使用:jQuery 使用:jQuery 和 Angular 1 使用:Lodash Map 使用:Vue.js 贡献人员 ProvidePlugin 自动加载模块,而不必到处 import 或 require 。 new webpack . ProvidePlugin ({ identifier ...
  • .head and .tail

    .head and .tail Browser Support for Spread in array literals .head and .tail Gets the first element or all but the first element. const array = [ 1 , 2 , 3 ]   // U...
  • 起步

    起步 基本安装 创建一个 bundle 模块 使用一个配置文件 npm scripts 结论 贡献人员 起步 webpack 用于编译 JavaScript 模块。一旦完成 安装 ,你就可以通过 webpack CLI 或 API 与其配合交互。如果你还不熟悉 webpack,请阅读 核心概念 和 对比 ,了解为什么要使用 web...
  • .sortBy and .orderBy

    .sortBy and .orderBy Browser Support for Array.prototype.concat() and Array.prototype.sort() .sortBy and .orderBy Sorts an array of object based on an object key provided by a...
  • _.chain(value)

    _.chain(value) Since Arguments Returns Example _.chain(value) source Creates a lodash wrapper instance that wraps value with explicit method chain sequences enabled. Th...
  • _.pluck

    _.pluck Browser Support for Array.prototype.map() _.pluck array.map or .map can also be used to replace .pluck . Lodash v4.0 removed .pluck in favor of .map with iterate...
  • shim 预置依赖

    shim 预置依赖 shim 预置全局变量 细粒度 shim 全局 export 加载 polyfill 进一步优化 Node 内置 其他工具 进一步阅读 贡献人员 shim 预置依赖 webpack compiler 能够识别遵循 ES2015 模块语法、CommonJS 或 AMD 规范编写的模块。然而,一些 third pa...
  • pnpm audit

    pnpm audit 配置项 --audit-level <severity> --fix --json --dev, -D --prod, -P --no-optional --ignore-registry-errors pnpm audit 添加于:v4.3.0 检查已安装包的已知安全问题。 如果发现安全问题,请尝试通过 pn...
  • Voice of Developers

    Voice of Developers Voice of Developers Make use of native JavaScript object and array utilities before going big. —Cody Lindley, Author of jQuery Cookbook and JavaScript...
  • import 命令

    import 命令 import 命令 使用export 命令定义了模块的对外接口以后,其他 JS 文件就可以通过import 命令加载这个模块。 // main.js import { firstName , lastName , year } from './profile.js' ; function setNa...