An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with single-file-component

A curated list of projects in awesome lists tagged with single-file-component .

https://github.com/vuejs/vue-loader

📦 Webpack loader for Vue.js components

hot-reload single-file-component vue webpack

Last synced: 14 May 2025

https://github.com/franckfreiburger/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.

babel component-loader easy-to-use html http-vue-loder nobuild sfc single-file-component vue vue2 vue2-sfc-loader vue3 vue3-sfc-loader vuejs

Last synced: 14 May 2025

https://github.com/FranckFreiburger/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.

babel component-loader easy-to-use html http-vue-loder nobuild sfc single-file-component vue vue2 vue2-sfc-loader vue3 vue3-sfc-loader vuejs

Last synced: 08 Jul 2025

https://github.com/ubugeeei/chibivue

chibivue is minimal Vue.js v3 core implementations (Reactivity System, Virtual DOM, Component, Compiler (Template, SFC)). An online book for building your own Vue.js.

compiler hands-on online-book reactivity-system scratch-implementation script-setup single-file-component virtual-dom vue vue3 vuejs

Last synced: 27 Mar 2025

https://github.com/intlify/vue-i18n-loader

:globe_with_meridians: vue-i18n loader for custom blocks

custom-blocks i18n loader single-file-component vue vue-i18n vue-loader webpack

Last synced: 16 May 2025

https://github.com/wscats/omi-snippets

🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件

eno omi omi-snippets omil single-file-component snippets vscode vscode-extension vscode-omi

Last synced: 09 Apr 2025

https://github.com/wscats/omil

📝Webpack loader for Omi.js React.js and Rax.js components 基于 Omi.js,React.js 和 Rax.js 单文件组件的 Webpack 模块加载器

eno-loader htm jsx loader omi omil preact rax react shadow-dom single-file-component webpack

Last synced: 04 Mar 2026

https://github.com/Wscats/omil

📝Webpack loader for Omi.js React.js and Rax.js components 基于 Omi.js,React.js 和 Rax.js 单文件组件的 Webpack 模块加载器

eno-loader htm jsx loader omi omil preact rax react shadow-dom single-file-component webpack

Last synced: 16 Oct 2025

https://github.com/michaelolof/vue-literal-compiler

A Vue Compiler that allows you compile your string literals to render functions at build time and write components in SFC paradigm

single-file-component template-literals type-safety typescript vue vue-components vue-loader vue-template-compiler vue-template-loader

Last synced: 03 Feb 2026

https://github.com/felipeccastro/html-component

Component-based UIs with vanilla ES6 and Custom Elements

html-components html-imports single-file-component web-component

Last synced: 06 Aug 2025

https://github.com/joe-sky/jsx-sfc

A SFC like React function component API for managing CSS-in-JS and static members.

cssinjs jsx react single-file-component vue

Last synced: 07 Apr 2025

https://github.com/ktsn/vue-sfc-parser

Vue.js single file component parser for static analysis

parser single-file-component static-analysis vue

Last synced: 12 Apr 2025

https://github.com/ktsn/vue-media-loader

Enable `media` attribute on Vue SFC styles

media-query single-file-component style vue webpack-loader

Last synced: 12 Apr 2025

https://github.com/pageauc/webserver

A Raspberry Pi Simple python Stand Alone Local Network Web Server. Automatically reads folder and file entries into a right pane selection list. Selected folder opens a new browser tab and Selected file displays content in browser left pane iframe. Right pane list can be ordered by date/time or alphabetic ascending or descending via settings.py file. A menubox.sh makes it easier to operate and change the webserver settings.

automatic directories-scanner easy-to-use files iframes menu menu-navigation python raspberry-pi reads single-file-component webserver

Last synced: 30 Jul 2025

https://github.com/ktsn/vuec

CLI compiler of Vue single file component

cli-tool compiler single-file-component vue

Last synced: 12 Apr 2025

https://github.com/indus/hugovuesfc

Hugo meets Vue's SFCs

hugo single-file-component vue vue3

Last synced: 13 Apr 2025

https://github.com/dapi/goga

Language agnostic single file package manager

single-file-component

Last synced: 09 Mar 2026

https://github.com/nsrosenqvist/gulp-single-file-components

A Gulp plugin that let's you build single file components (as made famous by Vue) and use them in other environments by splitting the vue-files into separate files.

components gulp gulp-plugin single-file-component vue

Last synced: 14 Oct 2025

https://github.com/nicolo-ribaudo/vue-extract-loader

A Webpack loader which extracts a single block from Vue single-file components

single-file-component vue vue-loader vue-webpack webpack webpack-loader webpack-vue

Last synced: 11 Apr 2025

https://github.com/alajfit/vue-run

:green_heart: Run Vue Single File Components from the CLI

single-file-component vue vue-single-file-component vuejs2

Last synced: 25 Apr 2026

https://github.com/karurochori/vs-fltk

Lightweight UI framework powered by fltk & scripting via tcc, quickjs, lua & wamr.

fltk lua quickjs single-file-component tinycc ui-toolkit wasm

Last synced: 17 Aug 2025

https://github.com/marcisbee/radi-loader

📦 Webpack loader for Radi.js components

hot-reload radi radijs single-file-component webpack

Last synced: 24 Apr 2026

https://github.com/passcod/vue-sfc-parser

A limited parser for Vue Single File Components

parser single-file-component vue

Last synced: 03 May 2026

https://github.com/marcisbee/parcel-plugin-radi

📦 Parcel plugin for Radi.js components

javascript parcel radi radijs single-file-component

Last synced: 09 Jun 2026

https://github.com/wulechuan/wulechuan-typescript-vue2-official-sfc-parser

此为吴乐川的《针对 Vuejs 第 2 版单文件部件的拆分器》。本工具之代码系由吴乐川手工提取自 Vue `v2.6.11` 之官方源代码后整理而得。其功用是将一个 .vue 文件之内容全文拆分成一套结构化的数据,即一个 JavaScript 对象。该结构化的数据包含 `<template>` 、 `<script>` 、 `<style>` 等标签之内容、属性等。

parser single-file-component single-filed-component tear-apart teardown vue vue-parser vue-sfc vue2 vue2-sfc

Last synced: 08 May 2026

https://github.com/pksilen/react-sfc-webpack-loader

Webpack loader for React Single File Components (SFCs)

loader react sfc single-file-component webpack

Last synced: 11 May 2026

https://github.com/isuke/rhoa

Rhoa is a Vue.js 2.0 mini No UI components for Web.

single-file-component vuejs vuejs2

Last synced: 03 May 2026

https://github.com/aarondavidnewman/vue3base

A sample VUE3 app using SFC, Composition API, and webpack

composition-api javascript single-file-component vue vue3 webpack

Last synced: 05 May 2026