书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 706 个相关结果.
  • 如何处理 peers

    如何处理 peers 如何处理 peers pnpm 的最佳特征之一是,在一个项目中,package 的一个特定版本将始终只有一组依赖项。 这个规则有一个例外 -那就是具有 peer dependencies 的package 。 peer 依赖项(peer dependencies)会从依赖图中更高的已安装的依赖项中解析(resolve),因为它们...
  • 快速开始

    快速开始 在命令行中运行 更多配置 生成基础配置文件 使用 Babel 使用 webpack 使用 Vite 使用 Parcel 使用 TypeScript 配置 babel 配置 ts-jest 类型定义 快速开始 使用你最喜欢的包管理器安装Jest: npm Yarn pnpm npm install -- sav...
  • 项目初衷

    项目初衷 节约磁盘空间并提升安装速度 创建非扁平化的 node_modules 文件夹 项目初衷 节约磁盘空间并提升安装速度 使用 npm 时,依赖每次被不同的项目使用,都会重复安装一次。 而在使用 pnpm 时,依赖会被存储在内容可寻址的存储中,所以: 如果你用到了某依赖项的不同版本,只会将不同版本间有差异的文件添加到仓库。 例如,...
  • Getting Started

    Getting Started System Requirements Automatic Setup Manual Setup Related Getting Started Welcome to the Next.js documentation! If you’re new to Next.js, we recommend starti...
  • bugfix-safari-class-field-initializer-scope

    @babel/plugin-bugfix-safari-class-field-initializer-scope Installation Usage With a configuration file (Recommended) Via CLI Via Node API @babel/plugin-bugfix-safari-class-...
  • @babel/traverse

    @babel/traverse Install Usage @babel/traverse Install npm Yarn pnpm npm install -- save @babel / traverse yarn add @babel / traverse pnpm add @babel / traverse ...
  • 命令行 tab 自动补全

    命令行 tab 自动补全 命令行 tab 自动补全 添加的版本号: v4.9.0 与其他通常需要插件的流行包管理器不同,pnpm 支持 Bash、Zsh、Fish 和类似 shell 的命令行制表符补全。 要设置自动补全,请运行: pnpm install - completion CLI 将询问使用哪个 shell 生成自动完成脚本。 或...
  • Create Next App

    Create Next App Options Why use Create Next App? Related Create Next App The easiest way to get started with Next.js is by using create-next-app . This CLI tool enables you t...
  • syntax-top-level-await

    @babel/plugin-syntax-top-level-await Syntax only Installation Usage With a configuration file (Recommended) Via CLI Via Node API @babel/plugin-syntax-top-level-await info ...
  • function-name

    @babel/plugin-transform-function-name Examples Installation Usage With a configuration file (Recommended) Via CLI Via Node API @babel/plugin-transform-function-name info ...