rsbuild-plugin-unplugin-vue
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

rsbuild-plugin-unplugin-vue

Rsbuild plugin that integrates unplugin-vue for Vue SFC compilation. Works seamlessly with both Rsbuild and Rslib. This plugin could be used with Rsbuild project as an alternative to @rsbuild/plugin-vue.

[!CAUTION] HMR is not supported with Rsbuild yet. Track the issue here. This plugin is mainly used for building Vue components with Rslib as of now.

This plugin is recommended for projects using Rslib to build Vue components for the time being.

npm version license downloads

Usage

Install:

npm add rsbuild-plugin-unplugin-vue -D

Add plugin to your rsbuild.config.ts:

// rsbuild.config.ts / rslib.config.ts
import { pluginUnpluginVue } from 'rsbuild-plugin-unplugin-vue'

export default {
  plugins: [pluginUnpluginVue()],
}

Options

unpluginVueOptions

Some description.

  • Type: import('unplugin-vue/api').Options
  • Default: undefined
  • Example:
pluginUnpluginVue({
  unpluginVueOptions: {
    include: ['**/*.vue'],
  },
})

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i rsbuild-plugin-unplugin-vue

Weekly Downloads

351

Version

0.1.0

License

MIT

Unpacked Size

11.6 kB

Total Files

6

Last publish

Collaborators

  • fi3ework