Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm not familiar with vue3-sfc-loader but I understood that it's able to load .vue files with no prior build step on client side. My goal is to be able to have plugins that can be loaded at runtime but only need to be compiled once on the server side or only if plugin files are changed.
Can I use vue3-sfc-loader to compile and output a .js file (on the server) that can be loaded at runtime (on-demand) in vue app and not need the vue3-sfc-loader on the client side ?
Beta Was this translation helpful? Give feedback.
All reactions