Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Roll .vue files

License

NotificationsYou must be signed in to change notification settings

vuejs/rollup-plugin-vue

Repository files navigation

This is no longer maintained. UseVite and@vitejs/plugin-vue instead.


rollup-plugin-vue@next

Roll Vue 3 SFCs with Rollup.

importvuePluginfrom'rollup-plugin-vue'exportdefault{plugins:[vuePlugin(/* options */)]}

Options

exportinterfaceOptions{  include:string|RegExp|(string|RegExp)[]  exclude:string|RegExp|(string|RegExp)[]// use 'node' if compiling for SSR  target:'node'|'browser'// if true, will attach __file to component even in production.// defaults to false.  exposeFilename:boolean// if true, handle preprocessors directly instead of delegating to other// rollup plugins// defaults to false.preprocessStyles?:booleancssModulesOptions?:{// https://github.com/css-modules/postcss-modules#usage}// these are simply passed on to@vue/compiler-sfccompilercompilerOptionstransformAssetUrlspreprocessCustomRequire}

Packages

No packages published

Contributors11


[8]ページ先頭

©2009-2025 Movatter.jp