Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork147
vuejs/rollup-plugin-vue
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
As vue-loader is for webpack, so is this for rollup. As we know, webpack concats stuff and makes it runnable in the browser. It's difficult to share .vue components.Now roll yourVue components.
With rollup you can break your application into reusable modules.
This document applies to v4.0+. If you are looking for older versions, docs arehere
importcommonjsfrom'@rollup/plugin-commonjs'importVuePluginfrom'rollup-plugin-vue'exportdefault{entry:'main.js',plugins:[commonjs(),VuePlugin(/* VuePluginOptions */)]}
Seeavailable options forVuePluginOptions.
If you discover any security related issues, please emailhi@znck.me instead of using the issue tracker.
The MIT License (MIT). Please seeLicense File for more information.
About
Roll .vue files
Topics
Resources
License
Contributing
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
Uh oh!
There was an error while loading.Please reload this page.
