vue3-sfc-loader
vue3-sfc-loader copied to clipboard
Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
**Describe the bug** Problems while creating the Options field for `loadModule` **To Reproduce** ```ts import { loadModule } from "vue3-sfc-loader/src/index" import { defineComponent, defineAsyncComponent } from "vue" const options =...
From a client-side point of view, most style pre-processors provide an asynchronous rendering API, while other pre-processors do not support a sync rendering API at all. Then it could be...
I would like to embed babel using source version (`github.com/babel`) instead of packaged version (npm `@babel/*`) in order to benefits of a better (webpack) tree-shaking (`@babel/*` is cjs whereas `github.com/babel`...
I really get benifits from this project. Thank you for your work!👍 ❤️💕
**Is your feature request related to a problem? Please describe.** When errors happen on loaded vue3-sfc-loader there is no way to know the exact issue or line causing the issue....
Hi there! I'm building a frontend for embedded device so working with CDN since there's no place for all required modules. Here is the case: Vue single file component imports...
**Is your feature request related to a problem? Please describe.** No support for node environments **Describe the solution you'd like** To be able to use vue3-sfc-loader in a node environment...
how to use scss/sass? I looked at the example but didn't see how to use it
**Describe the bug** While trying to import loadModule as show below: import { loadModule } from "../node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.js" TS starts complaining and the following error is thrown while building the application:...
**Describe the bug** I download the vue3-sfc-loader.js on my local, and run a web server to produce the demo. failed with errors **To Reproduce** 1. download the file with curl:...