2 Repos
Compilers that transform modern web languages like TypeScript and JSX into browser-compatible JavaScript.
Distinct from JSX Compilers: Focuses on the general process of compiling multiple web-standard source languages for browser execution, not just JSX.
Explore 2 awesome GitHub repositories matching web development · Web-Targeted Source Compilers. Refine with filters or upvote what's useful.
Snowpack is an ESM-powered frontend build tool and development server that serves native ES modules directly to the browser. By eliminating the bundling process during development, it enables nearly instant server startup and unbundled frontend development. The project features a framework-aware hot module reload system that preserves component state during updates, with specific Fast Refresh integration for React, Preact, Svelte, and Vue. It also acts as a modern web transpiler, automatically converting TypeScript, JSX, and CSS Modules into browser-compatible code without requiring manual co
Transforms TypeScript and JSX files into standard JavaScript to ensure compatibility across all modern web browsers.
electron-vue is a pre-configured project boilerplate and scaffolding system for building desktop applications using Electron and Vue.js. It provides a standardized project structure and an integrated build pipeline to accelerate the development of desktop software. The project enables a hybrid deployment model, allowing developers to generate both standalone desktop executables for multiple operating systems and browser-compatible web versions from a single codebase. It distinguishes its development workflow with hot reloading and hot module replacement to update the user interface in real-ti
Compiles the application source into browser-compatible JavaScript for deployment to web browsers.