{"id":17124956,"url":"https://github.com/shellyln/vue-electron-typescript-grpc-quickstart","last_synced_at":"2026-03-14T05:32:25.972Z","repository":{"id":37217132,"uuid":"167954805","full_name":"shellyln/vue-electron-typescript-grpc-quickstart","owner":"shellyln","description":"A boilerplate of Electron app that uses Vue in TypeScript. Plus, this app implements gRPC client and spawn the child process which is a gRPC server.","archived":false,"fork":false,"pushed_at":"2023-01-03T16:15:49.000Z","size":3653,"stargazers_count":5,"open_issues_count":29,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T12:51:36.023Z","etag":null,"topics":["boilerplate","electron","grpc","javascript","out-of-proc-server","typescript","vue","vuejs"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/shellyln.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":"2019-01-28T11:59:07.000Z","updated_at":"2023-11-05T06:38:39.000Z","dependencies_parsed_at":"2023-02-01T07:46:45.814Z","dependency_job_id":null,"html_url":"https://github.com/shellyln/vue-electron-typescript-grpc-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellyln%2Fvue-electron-typescript-grpc-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellyln%2Fvue-electron-typescript-grpc-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellyln%2Fvue-electron-typescript-grpc-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellyln%2Fvue-electron-typescript-grpc-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellyln","download_url":"https://codeload.github.com/shellyln/vue-electron-typescript-grpc-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670434,"owners_count":21142904,"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":["boilerplate","electron","grpc","javascript","out-of-proc-server","typescript","vue","vuejs"],"created_at":"2024-10-14T18:43:46.882Z","updated_at":"2026-03-14T05:32:25.920Z","avatar_url":"https://github.com/shellyln.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-electron-typescript-grpc-quickstart\n\nA boilerplate of Electron app that uses Vue in TypeScript.  \nThis is based on the output of Vue CLI 3 and is not ejecting from the CLI.\n\nPlus, this app implements gRPC client and spawn the child process which is a gRPC server.\n\nThis boilerplate is based on [vue-electron-typescript-quickstart](https://github.com/shellyln/vue-electron-typescript-quickstart),\nand the gRPC invoking mechanism is provided by [Out-of-proc Server](https://github.com/shellyln/out-of-proc-server).\n\n\n## Usage\n```\ngit clone https://github.com/shellyln/vue-electron-typescript-grpc-quickstart.git\ncd vue-electron-typescript-grpc-quickstart\n\nvi package.json\n# and edit package name, author, ...\n\nrm package-lock.json\nnpm install\n\nrm -rf .git/\ngit init\ngit add .\ngit commit -m \"initial commit.\"\n\nnpm run build\nnpm run build:mainproc\nnpm start\n```\n\n\u003e Note: gRPC server process executable is needed. You can download the source from [here](https://github.com/shellyln/out-of-proc-server/tree/master/examples/GreeterServer).  \n\u003e The path of the executable can be set in `config/app-config.json`.\n\n---\n\n## Project setup\n```\nnpm install\n```\n\n### ~~Compiles and hot-reloads for development~~\n```\nnpm run serve\n```\n\n### Compiles and minifies for production (electron renderer process)\n```\nnpm run build\n```\n\n### Compiles and minifies for production (electron main process)\n```\nnpm run build:mainproc\n```\n\n### Clean project\n```\nnpm run clean\n```\n\n### Start electron app for debug\n```\nnpm run start\n```\n\n### Build electron distribution executable files (unpacked)\n```\nnpm run pack\n```\n\n### Build electron distribution executable files (packing to the installer)\n```\nnpm run dist\n```\n\n### Run your tests\n```\nnpm run test\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Run your unit tests (renderer process)\n```\nnpm run test:unit\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n---\n\n\n## **Electron Documentation (security)**\nSee [this](https://electronjs.org/docs/tutorial/security) guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellyln%2Fvue-electron-typescript-grpc-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellyln%2Fvue-electron-typescript-grpc-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellyln%2Fvue-electron-typescript-grpc-quickstart/lists"}