{"id":16434832,"url":"https://github.com/zce/electron-boilerplate","last_synced_at":"2025-09-04T07:06:40.366Z","repository":{"id":9434319,"uuid":"62859420","full_name":"zce/electron-boilerplate","owner":"zce","description":":construction: A boilerplate application for Electron runtime","archived":false,"fork":false,"pushed_at":"2023-11-18T02:57:12.000Z","size":16062,"stargazers_count":24,"open_issues_count":13,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-12T08:50:12.482Z","etag":null,"topics":[],"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/zce.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}},"created_at":"2016-07-08T04:48:25.000Z","updated_at":"2022-09-01T09:34:22.000Z","dependencies_parsed_at":"2023-09-27T14:24:22.988Z","dependency_job_id":"51d33548-75ee-4d88-9270-ccfa6fc9895f","html_url":"https://github.com/zce/electron-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Felectron-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Felectron-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Felectron-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Felectron-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zce","download_url":"https://codeload.github.com/zce/electron-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811547,"owners_count":16884365,"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":[],"created_at":"2024-10-11T08:50:15.378Z","updated_at":"2024-10-28T09:25:33.448Z","avatar_url":"https://github.com/zce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-boilerplate\n\n[![Build Status][travis-image]][travis-url]\n[![Coverage Status][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Dependency Status][dependency-image]][dependency-url]\n[![devDependency Status][devdependency-image]][devdependency-url]\n[![Code Style][style-image]][style-url]\n\n\u003e A boilerplate application with Vue.js framework for [Electron](https://electronjs.org) runtime.\n\n## Usage\n\nClick the \"Use this template\" button.\n\nAlternatively, create a new directory and then run:\n\n```sh\n$ mkdir my-project\n$ cd my-project\n$ curl -fsSL https://github.com/zce/electron-boilerplate/archive/master.tar.gz | tar -xz --strip-components 1\n```\n\nOr git clone:\n\n```sh\n$ git clone https://github.com/zce/electron-boilerplate.git --depth 1 my-project\n```\n\nActive Travis CI\n\nCreate new GitHub token with public_repo scope: https://github.com/settings/tokens，Set in travis-ci.org dashboard\n\n```\nGH_TOKEN=\u003cyour github token\u003e\n```\n\nAfter Travis finishes building your app, open the release draft it created and click \"Publish\".\n\n## Features\n\n- [electron-builder](https://www.electron.build) fully set up to create cross-platform builds\n- [Builds the app on Travis](https://www.electron.build/multi-platform-build#sample-travisyml-to-build-electron-app-for-macos-linux-and-windows)\n- [Silent auto-updates](https://www.electron.build/auto-update)\n- Custom title bar\n- [State \u0026 Settings store](https://github.com/sindresorhus/electron-store)\n- [User-friendly handling of unhandled errors](https://github.com/sindresorhus/electron-unhandled)\n- [Useful utilities for Electron apps and modules](https://github.com/sindresorhus/electron-util)\n- App menu that adheres to the system user interface guidelines\n- Easily publish new versions to GitHub Releases\n- And much more!\n\n## Todos\n\n- [ ] Something\n\n## dependencies\n\n- source-map-support\n\n## devDependencies\n\n- @commitlint/cli\n- @commitlint/config-conventional\n- @vue/eslint-config-standard\n- @vue/eslint-config-typescript\n- commitizen\n- cz-conventional-changelog\n- electron\n- electron-builder\n- electron-webpack\n- eslint\n- eslint-friendly-formatter\n- eslint-loader\n- eslint-plugin-vue\n- fork-ts-checker-webpack-plugin\n- husky\n- lint-staged\n- node-sass\n- prettier\n- sass-loader\n- standard-version\n- ts-loader\n- typescript\n- vue\n- vue-html-loader\n- vue-i18n\n- vue-loader\n- vue-property-decorator\n- vue-router\n- vue-style-loader\n- vue-template-compiler\n- vuex\n- vuex-class\n- webpack\n- webpack-build-notifier\n\n## References\n\n\u003e Helpful links\n\n- https://github.com/electron/electron-quick-start/blob/master/main.js\n- https://github.com/mawie81/electron-window-state\n- https://github.com/sindresorhus/electron-boilerplate\n- https://github.com/sindresorhus/electron-util\n- https://github.com/sindresorhus/electron-store\n- https://github.com/sindresorhus/electron-context-menu\n- https://github.com/sindresorhus/electron-dl\n- https://github.com/sindresorhus/electron-debug\n- https://github.com/sindresorhus/electron-unhandled\n- https://github.com/sindresorhus/electron-reloader\n- https://github.com/sindresorhus/electron-serve\n- https://github.com/iffy/electron-updater-example\n\n## Contributing\n\n1. **Fork** it on GitHub!\n2. **Clone** the fork to your own machine.\n3. **Checkout** your feature branch: `git checkout -b my-awesome-feature`\n4. **Commit** your changes to your own branch: `git commit -am 'Add some feature'`\n5. **Push** your work back up to your fork: `git push -u origin my-awesome-feature`\n6. Submit a **Pull Request** so that we can review your changes.\n\n\u003e **NOTE**: Be sure to merge the latest from \"upstream\" before making a pull request!\n\n## License\n\n[MIT](LICENSE) \u0026copy; [汪磊](https://zce.me)\n\n[travis-image]: https://img.shields.io/travis/zce/electron-boilerplate.svg\n[travis-url]: https://travis-ci.org/zce/electron-boilerplate\n[codecov-image]: https://img.shields.io/codecov/c/github/zce/electron-boilerplate.svg\n[codecov-url]: https://codecov.io/gh/zce/electron-boilerplate\n[license-image]: https://img.shields.io/github/license/zce/electron-boilerplate.svg\n[license-url]: https://github.com/zce/electron-boilerplate/blob/master/LICENSE\n[dependency-image]: https://img.shields.io/david/zce/electron-boilerplate.svg\n[dependency-url]: https://david-dm.org/zce/electron-boilerplate\n[devdependency-image]: https://img.shields.io/david/dev/zce/electron-boilerplate.svg\n[devdependency-url]: https://david-dm.org/zce/electron-boilerplate?type=dev\n[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[style-url]: http://standardjs.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Felectron-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzce%2Felectron-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Felectron-boilerplate/lists"}