书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 2654 个相关结果.
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language ext...
  • 学习 JS 模板

    学习 JS 模板 注意: 建议: 学习 JS 模板 典型的 JavaScript 模板一般在 MV* 设计模式中,用于把 View 层(即 UI)从逻辑和数据层(比如,数据或 JSON)中分离出来。 ES6 模板语法, Handlebars 杀手? [阅读] nunjucks 入门 [阅读] Handlebars 速成 [阅读][付费]...
  • typescript

    Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options isTSX jsxPragma allExtensions This preset includes the following plugins: @babel/plu...
  • VizRepeater

    VizRepeater class constructor(props) defaultProps property componentDidUpdate method getOrientation method render method renderGrid method VizRepeater class Signature ex...
  • typescript

    Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options isTSX jsxPragma allExtensions allowNamespaces This preset includes the following plug...
  • Security

    Sanitizing User Input Angular React Vue Sanitizing User Input For components such as ion-alert developers can allow for custom or user-provided content. This content can be...
  • Demo 的类型

    3992 2020-03-14 《dumi 使用指南》
    Demo 的类型 代码块 外部引入 嵌入式 Demo 的类型 在 dumi 中,一共有 3 种 Demo 类型。 代码块 dumi 默认会将 jsx 和 tsx 语言的代码块当做 React Component 进行渲染,该代码块和普通的 module 一样,都需要具备 export default 导出,就像这样: ```jsx...
  • typescript

    @babel/preset-typescript Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options isTSX jsxPragma allExtensions @babel/preset-typescript Thi...
  • react编码规范

    React规范 文件组织 命名规则 组件声明 组件实现 JSX React规范 文件组织 [强制]同一目录下不得拥有同名的.js 和.jsx 文件。 在使用模块导入时,倾向于不添加后缀,如果存在同名但不同后缀的文件,构建工具将无法决定哪一个是需要引入的模块。 [强制]组件文件使用一致的.js 或 .jsx 后缀。 所有...
  • 简介

    902 2019-12-24 《Omim v0.2.2 文档》
    Omim 特性 跨框架 使用指南 通过 script 通过 npm 更改主题 HTML 扩展 React 中使用 omim Vue 中使用 omim 贡献 一些命令 相关链接 Omim Omi 打造的跨框架、跨主题组件库。任意框架使用、主题自由定制。 特性 使用标准 Web Components 的 Custom...