书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 2832 个相关结果.
  • Integrating with Build Tools

    Babel Install .babelrc Using Command Line Interface package.json Execute Babel from the command line Browserify Install Using Command Line Interface Using API Duo Install...
  • inline-environment-variables

    babel-plugin-transform-inline-environment-variables Example In Out Installation Usage With a configuration file (Recommended) Via CLI Via Node API Options babel-plugin...
  • Testing React Apps

    Testing React Apps 安装 使用Create React App 不使用Create React App 快照测试 快照测试与 Mocks, Enzyme 和 React 16 DOM测试 react-testing-library Enzyme 自定义转译器 Testing React Apps 在Facebook...
  • pnpm update

    pnpm update TL;DR Selecting dependencies with patterns Options --recursive, -r --latest, -L --global, -g --workspace --prod, -P --dev, -D --no-optional --interactive, -i ...
  • Storybook for HTML

    Storybook for HTML Automatic setup Manual setup Step 1: Add dependencies Init npm if necessary Add @storybook/html Add @babel/core and babel-loader Step 2: Add a npm script ...
  • generator

    @babel/generator Install Usage Options AST from Multiple Sources @babel/generator Install npm install -- save - dev @babel / generator Usage import { parse } ...
  • generator

    @babel/generator Install Usage Options AST from Multiple Sources @babel/generator Install npm install -- save - dev @babel / generator Usage import { parse } ...
  • ES2015

    ES2015 在 Templates 中使用 ES2015 转换普通 .js 文件 使用 .babelrc 配置 Babel ES2015 当项目中配置了 babel-loader 或者 buble-loader ,vue-loader 会使用他们处理所有 .vue 文件中的 <script> 部分,允许我们在 Vue 组件中使用 ES...
  • 使用 webpack

    使用 webpack Webpack 示例 处理静态文件 模拟 CSS 模块 配置Jest来搜寻文件 使用 webpack 使用 webpack Jest 可以用于使用 webpack 来管理资源、 样式和编译的项目中。 webpack 确实 相比超过其他类似工具来说,展示出一些特有的优势,因为它直接与你的app整合,允许管理资源文件,如图...
  • Code Transformation

    Code Transformation Defaults Writing custom transformers 例子 TypeScript with type checking Transforming images to their path Version: 27.2 Code Transformation Jest runs the...