vue3-sfc-loader
Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2112
- days_rel: n/a
- days_push: 705
- n_releases_24m: 0
Adoption not part of the score
1354 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vue3-sfc-loader (successor to http-vue-loader) is a JavaScript library that loads and compiles Vue Single File Component (.vue) files directly in the browser at runtime, without Node.js or a build step. It supports both Vue 2 and Vue 3, including scoped styles, src attributes, and custom language processors.
Use cases
- load .vue files directly from html without a build step
- prototype Vue components without webpack or vite
- use Vue single file components in a plain HTML page
- dynamically load Vue components at runtime from a URL
- add Vue components to an existing page with just script tags
- compile .vue SFC files in the browser for Vue 2 and Vue 3
When to choose
- you want to use .vue single file components with no build tooling
- you're prototyping or adding Vue to a simple static HTML page
- you need to load components dynamically at runtime from HTTP URLs
- you need support for both Vue 2 and Vue 3
When to avoid
- you already have a build pipeline with vue-loader or Vite
- you need production-grade performance, since runtime compilation adds overhead
- your project uses frameworks other than Vue
Facets
library · maturity active
frontend-framework build-tool parser web-development frontend developer-tools browser vue single-file-components no-build-step sfc-loader runtime-compilation javascript web
3 sources
- readme: https://github.com/FranckFreiburger/vue3-sfc-loader · fetched 2026-08-28 · 77eb4f3054d0
- registry_npm: https://registry.npmjs.org/http-vue-loader · fetched 2026-08-29 · 328657b5656f
- registry_npm: https://registry.npmjs.org/vue3-sfc-loader · fetched 2026-08-29 · 936f797ff352
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FranckFreiburger/vue3-sfc-loader | main | 23 |
| FranckFreiburger/http-vue-loader | mirror | 10 |
For agents
markdown · JSON · MCP: product_card(name="FranckFreiburger/vue3-sfc-loader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem