A compiler for SFC (Single File Components) that provides rendering capabilities. Version 0.7.6 is the current stable release. Minimal documentation is available; the package is very simple with a single main export. It targets Node.js environments and uses CommonJS. There are no significant differentiators documented.
npm install sfc-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a compiler instance and call render.
Use require() instead of import.
Use require('sfc-compiler').createCompiler() to get the compiler instance.Run npm install sfc-compiler
No dependency data recorded yet.