single-file-component
There are 46 repositories under single-file-component topic.
vuejs/vue-loader
📦 Webpack loader for Vue.js components
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.
vuejs/vue-eslint-parser
The ESLint custom parser for `.vue` files.
facing-dev/vue-facing-decorator
Vue typescript class component decorators
ktsn/vue-designer
Vue component design tool
intlify/vue-i18n-loader
:globe_with_meridians: vue-i18n loader for custom blocks
digitalie/one-loader
Single-file components for React
Wscats/omi-snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Wscats/omil
📝Webpack loader for Omi.js React.js and Rax.js components 基于 Omi.js,React.js 和 Rax.js 单文件组件的 Webpack 模块加载器
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
felipeccastro/html-component
Component-based UIs with vanilla ES6 and Custom Elements
joe-sky/jsx-sfc
A SFC like React function component API for managing CSS-in-JS and static members.
ktsn/vue-media-loader
Enable `media` attribute on Vue SFC styles
ktsn/vue-sfc-parser
Vue.js single file component parser for static analysis
RonnieSan/vue-browser-sfc
Vue CLI template for creating standalone components from .vue files for use in the browser
notoriousb1t/vuejs-typestyle-seed
VueJS + TypeStyle seed using JSX
fehmi/simply.js
Simple web-component library for simple web-apps.
HugoDF/vue-multiple-components-in-sfc
Examples of writing multiple components in a single .vue file
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.
ktsn/vuec
CLI compiler of Vue single file component
indus/hugoVueSFC
Hugo meets Vue's SFCs
KaruroChori/vs-fltk
Lightweight UI framework powered by fltk & scripting via tcc, quickjs, lua & wamr.
dapi/goga
Language agnostic single file package manager
InDIOS/trebor
A node js module to make standalone web components.
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.
nicolo-ribaudo/vue-extract-loader
A Webpack loader which extracts a single block from Vue single-file components
mandeeppasbola/setup-vuejs-project-without-vue-cli
Setting up latest Vue JS v3 (vue@next) project from scratch without using Vue CLI. Including Single File Components (SFCs), Vue Router v4, SCSS
fmarco/django-lite
A lightweight version of Django
koas/hivuely
Convert .vue files to JS / CSS
swasun/LibSecureStorage
C library to store data or multiple files in an encrypted single-file storage.
vadimcx/chessframejs
single file chess board
alajfit/vue-run
:green_heart: Run Vue Single File Components from the CLI
Marcisbee/parcel-plugin-radi
📦 Parcel plugin for Radi.js components
Marcisbee/radi-loader
📦 Webpack loader for Radi.js components
passcod/vue-sfc-parser
A limited parser for Vue Single File Components
wulechuan/wulechuan-typescript-vue2-official-sfc-parser
此为吴乐川的《针对 Vuejs 第 2 版单文件部件的拆分器》。本工具之代码系由吴乐川手工提取自 Vue `v2.6.11` 之官方源代码后整理而得。其功用是将一个 .vue 文件之内容全文拆分成一套结构化的数据,即一个 JavaScript 对象。该结构化的数据包含 `<template>` 、 `<script>` 、 `<style>` 等标签之内容、属性等。