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

    sidebar_label: Riot Installation Usage Options id: ecosystem-riot title: single-spa-riot sidebar_label: Riot single-spa-riot是一个帮助实现single-spa注册应用 生命周期函数 (引导、挂载和卸载)的工具库,可与ri...
  • Riot

    single-spa-riot Version: 5.x single-spa-riot single-spa-riot is a helper library that helps implement single-spa registered application lifecycle functions (bootstrap, mount ...
  • Riot

    Installation Usage Options single-spa-riot is a helper library that helps implement single-spa registered application lifecycle functions (bootstrap, mount and unmount) for f...
  • Riot

    Riot Riot Riot 3.0 提供了一个类似于基于组件的开发模型 (在 Riot 中称之为 Tag),它提供了小巧精美的 API。Riot 和 Vue 在设计理念上可能有许多相似处。尽管相比 Riot ,Vue 要显得重一点,Vue 还是有很多显著优势的: 更好的性能。Riot 使用了 遍历 DOM 树 而不是虚拟 DOM,但实际上用的还...
  • Storybook for Riot

    Storybook for Riot Automatic setup Manual setup Step 1: Add dependencies Add @storybook/riot Add riot, @babel/core, and babel-loader Step 2: Add a npm script Step 3: Create ...
  • Riot DOM Caveats

    458 2019-08-04 《Riot.js Manual》
    Riot DOM Caveats Riot DOM Caveats Riot components rely on browsers rendering so you must be aware of certain situations where your components might not render properly their te...
  • In-browser compilation

    820 2019-08-04 《Riot.js Manual》
    In-browser compilation In-browser compilation with inline templates In-browser compilation The riot+compiler.js bundle lets you compile and execute riot tags directly in your...
  • Pre-compilation

    785 2019-08-04 《Riot.js Manual》
    Pre-compilation Riot loaders Compilation via Node Compilation via Riot.js CLI Using Watch mode Custom extension ES6 Config file Build your whole application Pre-compila...
  • FAQ

    555 2019-08-04 《Riot.js Manual》
    Frequently asked questions Why is this project called Riot? Is Riot free? Can I use Riot in production? Which browsers are supported? Should I use dash on the tag name? Why ar...
  • Core API

    633 2019-08-04 《Riot.js Manual》
    Core API riot.mount riot.unmount riot.component riot.install riot.uninstall riot.register riot.unregister riot.version Core API riot.mount riot.mount(selector: string...