{"id":20443055,"url":"https://github.com/patrick-web/seiltool","last_synced_at":"2026-06-04T12:31:18.243Z","repository":{"id":106045271,"uuid":"568492638","full_name":"Patrick-web/seiltool","owner":"Patrick-web","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-01T18:01:31.000Z","size":3604,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T08:18:18.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Patrick-web.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T17:48:03.000Z","updated_at":"2022-11-20T18:11:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"90a9677d-1265-4c4d-8b8e-51b5e8de2d3a","html_url":"https://github.com/Patrick-web/seiltool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Patrick-web/seiltool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrick-web%2Fseiltool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrick-web%2Fseiltool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrick-web%2Fseiltool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrick-web%2Fseiltool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Patrick-web","download_url":"https://codeload.github.com/Patrick-web/seiltool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrick-web%2Fseiltool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33905358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-15T09:43:55.183Z","updated_at":"2026-06-04T12:31:18.227Z","avatar_url":"https://github.com/Patrick-web.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-vite-vue\n\n🥳 Really simple `Electron` + `Vue` + `Vite` boilerplate.\n\n[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ae3863e3-1aec-4eb1-8f9f-1890af56929d/deploy-status)](https://app.netlify.com/sites/electron-vite/deploys)\n[![GitHub license](https://img.shields.io/github/license/caoxiemeihao/electron-vite-vue)](https://github.com/electron-vite/electron-vite-vue/blob/main/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-vue?color=fa6470)](https://github.com/electron-vite/electron-vite-vue)\n[![GitHub forks](https://img.shields.io/github/forks/caoxiemeihao/electron-vite-vue)](https://github.com/electron-vite/electron-vite-vue)\n[![GitHub Build](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml/badge.svg)](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml)\n\n## Features\n\n📦 Out of the box  \n🎯 Based on the official [template-vue-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue-ts), less invasive  \n🌱 Extensible, really simple directory structure  \n💪 Support using Node.js API in Electron-Renderer  \n🔩 Support C/C++ native addons  \n🖥 It's easy to implement multiple windows  \n\n## Quick Start\n\n```sh\nnpm create electron-vite\n```\n\n\u003c!-- [![quick-start](https://asciinema.org/a/483731.svg)](https://asciinema.org/a/483731) --\u003e\n\n![electron-vite-vue.gif](https://github.com/electron-vite/electron-vite-vue/blob/main/public/electron-vite-vue.gif?raw=true)\n\n## Debug\n\n![electron-vite-react-debug.gif](https://github.com/electron-vite/electron-vite-react/blob/main/public/electron-vite-react-debug.gif?raw=true)\n\n## Directory\n\n```diff\n+ ├─┬ electron\n+ │ ├─┬ main\n+ │ │ └── index.ts    entry of Electron-Main\n+ │ └─┬ preload\n+ │   └── index.ts    entry of Preload-Scripts\n  ├─┬ src\n  │ └── main.ts       entry of Electron-Renderer\n  ├── index.html\n  ├── package.json\n  └── vite.config.ts\n```\n\n## Be aware\n\n🚨 By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below. [Because it will modify the default config of Vite](https://github.com/electron-vite/vite-plugin-electron/tree/main/packages/electron-renderer#config-presets-opinionated).\n\n```diff\n# vite.config.ts\n\nexport default {\n  plugins: [\n-   // Use Node.js API in the Renderer-process\n-   renderer({\n-     nodeIntegration: true,\n-   }),\n  ],\n}\n```\n\n## FAQ\n\n- [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)\n- [C/C++ addons, Node.js modules - Pre-Bundling](https://github.com/electron-vite/vite-plugin-electron-renderer#dependency-pre-bundling)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrick-web%2Fseiltool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrick-web%2Fseiltool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrick-web%2Fseiltool/lists"}