书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 10763 个相关结果.
  • 与其它构建工具整合

    与其它构建工具整合 Babel 安装 .babelrc 使用命令行工具 package.json 在命令行上运行Babel Browserify 安装 使用命令行交互 使用API Duo 安装 使用命令行交互 使用API Grunt 安装 基本Gruntfile.js Gulp 安装 基本gulpfile.js Jsp...
  • 与其它构建工具整合

    与其它构建工具整合 Babel 安装 .babelrc 使用命令行工具 package.json 在命令行上运行Babel Browserify 安装 使用命令行交互 使用API Duo 安装 使用命令行交互 使用API Grunt 安装 基本Gruntfile.js Gulp 安装 基本gulpfile.js Jsp...
  • 与其它构建工具整合

    与其它构建工具整合 Babel 安装 .babelrc 使用命令行工具 package.json 在命令行上运行Babel Browserify 安装 使用命令行交互 使用API Duo 安装 使用命令行交互 使用API Grunt 安装 基本Gruntfile.js Gulp 安装 基本gulpfile.js Jsp...
  • 与其它构建工具整合

    与其它构建工具整合 Babel 安装 .babelrc 使用命令行工具 package.json 在命令行上运行Babel Browserify 安装 使用命令行交互 使用API Duo 安装 使用命令行交互 使用API Grunt 安装 基本Gruntfile.js Gulp 安装 基本gulpfile.js Jsp...
  • Jest

    Using Jest with TypeScript Step 1: Install Step 2: Configure Jest Step 3: Run tests Optional: Add script target for npm scripts Optional: Run jest in watch mode Example Examp...
  • 二次开发

    安装YApi 技术栈说明 启动开发环境服务器 启动生产环境服务器 安装YApi 1.创建工程目录 mkdir yapi && cd yapi git clone https :// github . com / YMFE / yapi . git vendors -- depth = 1 # 或者下载 zip 包解压到 vend...
  • 配置

    配置 配置 pnpm 使用 npm 的配置 格式。 因此,您设置配置的方式应该与 npm 相同。 例如, pnpm config set store - dir / path / to /. pnpm - store 如果没有配置 store ,那么pnpm 将自动在同一磁盘上创建 store。 如果您需要 pnpm 跨越多个硬盘或文件...
  • Integrating with Build Tools

    Integrating with Build Tools Babel Install .babelrc Using Command Line Interface package.json Execute Babel from the command line Browserify Install Using Command Line Inte...
  • 搬家工具

    搬家工具 搬家工具 获取途径 NPM 百度开发者工具入口 搬家工具 对于有其它小程序开发经验的开发者,我们还提供了如下开发解决方案: 搬家工具:针对曾经开发过微信小程序的开发者,帮助您把微信小程序的部分代码迁移到百度智能小程序上。 框架开发:支持 Taro、Mpvue、WePY、Okam 四种不同的框架,只写一套代码,通过编译即可生成在不...
  • 将 Node.js 网络应用安装到 Docker 中

    1112 2020-05-24 《Node.js 指南》
    把一个 Node.js web 应用程序给 Docker 化 创建 Node.js 应用 创建一个名称为 Dockerfile 的文件 .dockerignore 文件 构建你的镜像 运行镜像 测试 把一个 Node.js web 应用程序给 Docker 化 本示例的目标是给你演示如何将一个 Node.js 的应用装入到 Docker ...