{"id":15062087,"url":"https://github.com/electron-userland/electron-prebuilt-compile","last_synced_at":"2025-10-04T22:30:58.495Z","repository":{"id":3292104,"uuid":"48976729","full_name":"electron-userland/electron-prebuilt-compile","owner":"electron-userland","description":"electron-prebuilt with Babel and React built-in","archived":true,"fork":false,"pushed_at":"2022-06-14T20:18:31.000Z","size":484,"stargazers_count":167,"open_issues_count":37,"forks_count":50,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-20T09:35:39.569Z","etag":null,"topics":["electron"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electron-userland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-04T05:34:35.000Z","updated_at":"2024-11-17T10:52:15.000Z","dependencies_parsed_at":"2022-08-06T13:16:44.975Z","dependency_job_id":null,"html_url":"https://github.com/electron-userland/electron-prebuilt-compile","commit_stats":null,"previous_names":["paulcbetts/electron-prebuilt-compile"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-userland%2Felectron-prebuilt-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-userland%2Felectron-prebuilt-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-userland%2Felectron-prebuilt-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron-userland%2Felectron-prebuilt-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron-userland","download_url":"https://codeload.github.com/electron-userland/electron-prebuilt-compile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235320946,"owners_count":18971217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron"],"created_at":"2024-09-24T23:30:10.645Z","updated_at":"2025-10-04T22:30:53.226Z","avatar_url":"https://github.com/electron-userland.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-prebuilt-compile\n\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\nelectron-prebuilt-compile is a drop-in replacement for [electron-prebuilt](https://github.com/mafintosh/electron-prebuilt) that natively understands ES6 + React + LESS + some other languages, powered by [electron-compile](https://github.com/electronjs/electron-compile).\n\n## Installation\n\nDownload and install the latest build of electron for your OS and add it to your projects `package.json` as a `devDependency`:\n\n```\nnpm install electron-prebuilt-compile --save-dev\n```\n\nNow you can just run `electron` to run electron:\n\n```\nelectron\n```\n\nElectron will now understand ES6/ES7 and React components out-of-the-box, even in inline HTML:\n\n```html\n\u003chead\u003e\n  \u003clink rel=\"stylesheet\" type=\"text/less\" href=\"main.less\" /\u003e\n\u003c/head\u003e\n\n\u003cbody id=\"host\"\u003e\n  \u003cscript type=\"application/javascript\"\u003e\n  import React from 'react';\n  import ReactDOM from 'react-dom';\n  import TodoApp from './components/TodoApp';\n  \n  ReactDOM.render(React.createComponent(TodoApp), document.getElementById('host'));\n  \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron-userland%2Felectron-prebuilt-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron-userland%2Felectron-prebuilt-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron-userland%2Felectron-prebuilt-compile/lists"}