书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 10763 个相关结果.
  • 发布

    包含声明文件到你的npm包 依赖 危险信号 /// <reference path="..." /> 打包所依赖的声明 公布你的声明文件 发布到 @types 现在我们已经按照指南里的步骤写好一个声明文件,是时候把它发布到npm了。有两种主要方式用来发布声明文件到npm: 与你的npm包捆绑在一起,或 发布到npm上的@types o...
  • 软件准备

    前置条件 包管理工具 前置条件 在开发之前,要保证环境已经安装正确,详见 开发环境搭建 包管理工具 npm是Node.js的包管理工具(package manager),可以根据依赖关系,把前端所有依赖的包都下载下来并管理起来。 npm已于Node.js安装时进行安装。 命令行输入npm ,打印命令则说明已完成npm 的安装。
  • Advanced Installation Instructions

    Advanced Installation Instructions Running Electron ad-hoc Customization Proxies Custom Mirrors and Caches Mirror Cache Skip binary download Troubleshooting Advanced Ins...
  • Node.js QuickStart

    TypeScript with Node.js Bonus: Live compile + run Creating TypeScript node modules Bonus points TypeScript with Node.js TypeScript has had first class support for Node.js si...
  • 设置开发环境

    设置开发环境 安装依赖 OSX环境 Windows环境 初始化项目 开发 设置开发环境 使用 Online Editor 对 Weex 尝鲜是一个不错的选择,但如果你想更专业的开发 Weex,本节会教你如何搭建本地开发环境进行 Weex 开发。 安装依赖 Weex 官方提供了weex-cli 的脚手架工具来辅助开发和调试。 首先...
  • Nightly Builds

    Using npm Updating your IDE to use the nightly builds Visual Studio Code Sublime Text Visual Studio 2013 and 2015 IntelliJ IDEA (Mac) IntelliJ IDEA (Windows) A nightly buil...
  • Nightly Builds

    Using npm Updating your IDE to use the nightly builds Visual Studio Code Sublime Text Visual Studio 2013 and 2015 IntelliJ IDEA (Mac) IntelliJ IDEA (Windows) A nightly buil...
  • 安装指导

    安装指导 运行 Electron ad-hoc 自定义 代理 自定义镜像和缓存 镜像 缓存 跳过二进制包下载 故障排查 安装指导 要安装预编译的 Electron 二进制文件,请使用 npm 。 首选方法是在你的应用程序中安装 Electron 作为开发依赖: npm install electron -- save - dev ...
  • Storybook for React

    Storybook for React Automatic setup Manual setup Step 1: Add dependencies Add @storybook/react Add react, react-dom, @babel/core, and babel-loader Step 2: Add an npm script ...
  • Benchmarking

    Benchmarking Simple Run the test in the current branch Run the test against different Node.js versions ✨ Advanced Run the test in different branches Run the test in different ...