书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 479 个相关结果.
  • Upgrade to Babel 7

    Upgrade to Babel 7 All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependencies...
  • Upgrade to Babel 7

    All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependencies Package Renames S...
  • Upgrade to Babel 7

    All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependencies Package Renames S...
  • Upgrade to Babel 7

    Upgrade to Babel 7 All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependenci...
  • Upgrade to Babel 7

    Upgrade to Babel 7 All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependencies...
  • DApp框架

    DApp框架 Truffle Embark Embark框架专注于使用以太坊,IPFS和其他平台的无服务器去中心化应用。Embark目前与EVM区块链(Ethereum),去中心化存储(IPFS)和去中心化通信平台(Whisper和Orbit)集成。 Emerald DApp框架 有许多不同的开发框架和库,以多种语言编写,使得开发人员可以在创建...
  • Testing of Web Components

    Testing of Web Components Importance of Testing Preparations Selecting File Visual Tests Not Reinventing the Wheel Test the Use Case Test Coverage Avoid Asynchronous Tests ...
  • Node.JS

    一、准备工作 二、代码识别 三、版本支持 四、环境变量 五、自定义构建 五、配置启动命令 六、特别说明 一、准备工作 在此步骤中,您将准备一个可以部署的简单应用程序,至少需要满足前3个条件: 本地可以正常运行部署的Nodejs程序 项目可以托管到git仓库 项目根目录下必须存在package.json ,用来管理Nodejs项目的依...
  • Node.JS

    Node.JS NodeJS Language Recognition Specification Platform compile and run mechanism NodeJS project source code specification Procfile specification Compile and run environment...
  • 单元测试

    单元测试 测试框架 自定义组件测试工具集 编写测试用例 单元测试 在编写高质量的自定义组件过程中,单元测试是永远避不开的一个话题。完善的测试用例是提高自定义组件可用性的保证,同时测试代码覆盖率也是必不可少的一个环节。小程序从基础库版本 2.2.1 开始拥抱开源,支持使用 npm 安装自定义组件,那针对自定义组件的单元测试也是必须支持的。 以...