-
-
Notifications
You must be signed in to change notification settings - Fork 57
feat: support Vue with unplugin-vue #995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
d0c59f4 to
1700a37
Compare
|
https://lib.rsbuild.dev/config/rsbuild/plugins#for-vue We should updated plugins here. |
|
Vue declaration files should be clarify clear that users should use |
|
Do we need an E2E test about Vue framework similar to React to test the usage of component in web app? |
949e1a4 to
c4dbbbb
Compare
Done |
Co-authored-by: Timeless0911 <[email protected]>
Co-authored-by: Timeless0911 <[email protected]>
Co-authored-by: Timeless0911 <[email protected]>
Summary
Build Vue bundle and bundleless components using https://github.com/rspack-contrib/rsbuild-plugin-unplugin-vue, which integrates unplugin-vue under the hood.
This is supposed to supersede
@rsbuild/plugin-vuewhich is using legacy vue-loader under the hood (it somehow meets the requirement for building applications with Rsbuild for the time being).TODO
Related Links
Checklist