This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork149
vuejs/rollup-plugin-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is no longer maintained. UseVite and@vitejs/plugin-vue
instead.
Roll Vue 3 SFCs with Rollup.
importvuePluginfrom'rollup-plugin-vue'exportdefault{plugins:[vuePlugin(/* 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}
About
Roll .vue files
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.