书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 2832 个相关结果.
  • stage-1

    @babel/preset-stage-1 Install Usage With a configuration file (Recommended) Via CLI Via Node API Options loose useBuiltIns decoratorsLegacy References @babel/preset-s...
  • object-rest-spread

    @babel/plugin-proposal-object-rest-spread Example Rest Properties Spread Properties Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options loose useBui...
  • Testing React Apps

    Setup Setup with Create React App Setup without Create React App Snapshot Testing Snapshot Testing with Mocks, Enzyme and React 16 DOM Testing react-testing-library Enzyme C...
  • 新手入门

    1522 2018-04-18 《React中文文档》
    新手入门 JSFiddle 通过 npm 使用 React 不用 npm 的快速开始 分离文件 离线转换 下一步 新手入门 JSFiddle 开始学习 React 的最简单的方法是用下面 JSFiddle 的 Hello World: React JSFiddle React JSFiddle without JSX ...
  • template

    @babel/template Install String Usage .ast Template Literal Usage .ast AST results template template.smart template.statement template.statements template.expression templ...
  • simplify-comparison-operators

    babel-plugin-transform-simplify-comparison-operators Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API babel-plugin-transform-simplify-comparison...
  • parameters

    @babel/plugin-transform-parameters Examples Installation Caveats Usage Via .babelrc (Recommended) Via CLI Via Node API Options loose @babel/plugin-transform-parameters...
  • parameters

    @babel/plugin-transform-parameters Examples Installation Caveats Usage Via .babelrc (Recommended) Via CLI Via Node API Options loose @babel/plugin-transform-parameters...
  • 初学教程3部分- 加入React的项目搭建

    1693 2018-02-25 《Webpack 简易教程》
    初学教程3部分- 加入React的项目搭建 必要 使用 create-react-app 快速构建 自己构建一个专属的React脚手架 确定编译环境和依赖包 为React配置Babel Webpack的配置 Babel的配置 .babelrc 渲染一个React应用程序 webpack.config.js app/index.js 优...
  • 原生小程序迁移到 wxa

    原生小程序迁移到 wxa 现有项目 1. 安装Cli 2. 安装项目依赖 3. 添加配置 4. 编译项目 4. 从微信开发者工具打开 原生小程序迁移到 wxa wxa提供了一个方便好用的cli 工具,使用cli可以从源站(目前是github)拉取手脚架,快速开始小程序开发。 注意 请注意node.js版本 >= 8.15.0 现...