vue-lynx/plugin

A rsbuild / rspeedy plugin that integrates Vue 3 with Lynx's dual-thread architecture (Background Thread renderer + Main Thread PAPI executor).

Example

// lynx.config.ts
import { defineConfig } from '@lynx-js/rspeedy'
import { pluginVueLynx } from 'vue-lynx/plugin'

export default defineConfig({
  plugins: [pluginVueLynx()],
})

Interfaces

InterfaceDescription
PluginVueLynxOptionsOptions for pluginVueLynx.

Variables

VariableDescription
LAYERSWebpack module layers used to separate the dual-thread bundles.

Functions

FunctionDescription
pluginVueLynxCreate rsbuild / rspeedy plugins for Vue-Lynx dual-thread rendering.