{"id":24738426,"url":"https://github.com/codesbiome/electron-vue-typescript-webpack-2022","last_synced_at":"2026-04-12T01:36:17.049Z","repository":{"id":106221916,"uuid":"409790548","full_name":"codesbiome/electron-vue-typescript-webpack-2022","owner":"codesbiome","description":"Minimal boilerplate for writing Desktop Applications using Electron, Vue, Typescript \u0026 Webpack in 2022","archived":false,"fork":false,"pushed_at":"2021-09-24T01:49:45.000Z","size":231,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T18:31:00.849Z","etag":null,"topics":["2021","boilerplate","electron","electron-boilerplate","electron-forge","electron-vue","electron-webpack","hmr","minimal","secure-electron-template","typescript","vue","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/codesbiome.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":"2021-09-24T01:09:44.000Z","updated_at":"2023-09-12T03:10:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"101514c3-c438-41e5-a496-ee7e0a5d6bd2","html_url":"https://github.com/codesbiome/electron-vue-typescript-webpack-2022","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codesbiome/electron-vue-typescript-webpack-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesbiome%2Felectron-vue-typescript-webpack-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesbiome%2Felectron-vue-typescript-webpack-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesbiome%2Felectron-vue-typescript-webpack-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesbiome%2Felectron-vue-typescript-webpack-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesbiome","download_url":"https://codeload.github.com/codesbiome/electron-vue-typescript-webpack-2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesbiome%2Felectron-vue-typescript-webpack-2022/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261494837,"owners_count":23167213,"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":["2021","boilerplate","electron","electron-boilerplate","electron-forge","electron-vue","electron-webpack","hmr","minimal","secure-electron-template","typescript","vue","webpack"],"created_at":"2025-01-27T22:48:15.210Z","updated_at":"2025-10-29T12:11:39.898Z","avatar_url":"https://github.com/codesbiome.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron Vue Typescript Webpack - Boilerplate 2021\n\nEVTW is a minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) \u0026 [TypeScript](https://www.typescriptlang.org/). \u003cbr /\u003e This project makes use of latest packages and configurations to serve the best environment for development.\n\n## Screenshot\n\n\u003cimg src=\"assets/images/screen100.png\" /\u003e\n\n\u003cbr\u003e\n\n## Core Features\n\n- 🌟 Electron\n- 🌀 TypeScript\n- ✌🏻 \u0026nbsp;Vue\n- 🛶 LESS Loader\n- 🎨 CSS Loader\n- 📸 Image Loader\n- 🆎 Font Loader\n- 🧹 ESLint\n- 📦 Electron Forge\n- 🔱 Webpack \u0026 Configuration\n- 🧩 Aliases for project paths\n- 🔥 Hot Module Replacement (Live Reload)\n- 🎁 Package Bundling (Distribution / Release)\n\n\u003cbr /\u003e\n\n## Installation\n\n#### To install the EVTW boilerplate you need to run following commands\n\nClone the repository :\n\n```bash\ngit clone https://github.com/codesbiome/electron-vue-typescript-webpack-2021 evtw\ncd evtw\n```\n\u003cbr\u003e\n\nInstall dependencies using [Yarn](https://www.npmjs.com/package/yarn) or [NPM](https://www.npmjs.com/) :\n\n```bash\nyarn install\n```\n\n\u003cbr /\u003e\n\n## Start : Development\n\nTo develop and run your application, you need to run following command.\n\u003cbr /\u003e\nStart electron application for development :\n\n```bash\nyarn start\n```\n\n\u003cbr /\u003e\n\n## Lint : Development\n\nTo lint application source code using ESLint via this command :\n\n```bash\nyarn lint\n```\n\n\u003cbr /\u003e\n\n## Package : Production\n\nCustomize and package your Electron app with OS-specific bundles (.app, .exe etc)\n\n```bash\nyarn package\n```\n\n\u003cbr /\u003e\n\n## Make : Production\n\nMaking is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).\n\n```bash\nyarn make\n```\n\n\u003cbr /\u003e\n\n## Publish : Production\n\nPublishing is a way of taking the artifacts generated by the `make` command and sending them to a service somewhere for you to distribute or use as updates. (This could be your update server or an S3 bucket)\n\n```bash\nyarn publish\n```\n\n\u003cbr /\u003e\n\n## Packager \u0026 Makers Configuration\n\nThis provides an easy way of configuring your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files.\n\nThis configurations file is available in :\n\n```\ntools/forge/forge.config.js\n```\n\nFor further information, you can visit [Electron Forge Configuration](https://www.electronforge.io/configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesbiome%2Felectron-vue-typescript-webpack-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesbiome%2Felectron-vue-typescript-webpack-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesbiome%2Felectron-vue-typescript-webpack-2022/lists"}