{"id":16098643,"url":"https://github.com/funnyzak/electron-vue-starter","last_synced_at":"2026-04-13T23:32:19.557Z","repository":{"id":114592598,"uuid":"421371786","full_name":"funnyzak/electron-vue-starter","owner":"funnyzak","description":"基于Vue 3.0.0构建的Electron 13.0.0 脚手架。","archived":false,"fork":false,"pushed_at":"2021-10-26T12:10:50.000Z","size":350,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T14:47:05.566Z","etag":null,"topics":["electron","scss","typescript","vue"],"latest_commit_sha":null,"homepage":"","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/funnyzak.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-10-26T10:02:42.000Z","updated_at":"2022-10-16T01:08:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"967e732e-a4a6-4114-a528-381bc3a50188","html_url":"https://github.com/funnyzak/electron-vue-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/funnyzak/electron-vue-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Felectron-vue-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Felectron-vue-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Felectron-vue-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Felectron-vue-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyzak","download_url":"https://codeload.github.com/funnyzak/electron-vue-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Felectron-vue-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["electron","scss","typescript","vue"],"created_at":"2024-10-09T18:24:14.634Z","updated_at":"2026-04-13T23:32:19.509Z","avatar_url":"https://github.com/funnyzak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron Vue Quick Start\n\n## 说明\n\n基于 Vue **3.0.0** 的构建的 Electron **^13.0.0** 快速开始脚手架。\n\n支持包含：\n\n- babel 转换\n- typescript 支持\n- jest 支持\n- eslint 支持\n- vue router/vuex\n- sass 支持\n- png|svg|jpg|jpeg|gif 引入支持\n- git commit hooks, no 💩\n\n## 环境\n\n使用的 Node 的构建版本为 **v16.6.2**，为避免冲突，建议使用此版本。可以使用 **_nvm_** 管理 Node 版本。\n\n依赖库版本：\n\n- eslint: ^6.7.2\n- sass: ^1.26.5\n- typescript: ^4.1.5\n- prettier: 2.4.1\n\n## 目录\n\n- `public`：静态资源文件夹，打包时原始复制资源（不包含 public）\n- `test`：测试\n- `src`：src, code here\n\n## 使用\n\n执行：`npm install`，然后：\n\n- 启动 Electron 服务：`npm run electron:serve`\n- 构建 App：`npm run electron:build`\n- 构建 windows App：`npm run electron:build:windows`\n- 构建 mac App：`npm run electron:build:mac`\n- 单启动 renderer 服务：`npm run serve`\n- 单构建 renderer：`npm run build`\n- Lint 格式化/检查：`npm run eslint`\n- 运行 jest 测试`npm run test:unit`\n\n## 输出\n\n- renderer 构建输出：`./dist`\n- app 打包输出: `./build_electron`\n\n## 参考\n\n- [Configuration Reference](https://cli.vuejs.org/zh/config/).\n- [Babel Config](https://babel.docschina.org/docs/en/7.0.0/configuration/)\n- [EsLint](https://eslint.org/docs/user-guide/configuring/)\n- [eslintignore-file](https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file)\n- [TSconfig](https://www.typescriptlang.org/tsconfig/)\n- [npmrc](https://docs.npmjs.com/cli/v7/configuring-npm/npmrc)\n- [gitignore](https://git-scm.com/docs/gitignore)\n- [webpack](https://webpack.docschina.org/guides/getting-started/)\n- [prettier](https://prettier.io/docs/en/index.html)\n\n## License\n\nMIT License © 2021 [funnyzak](https://github.com/funnyzak)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Felectron-vue-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyzak%2Felectron-vue-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Felectron-vue-starter/lists"}