{"id":19136993,"url":"https://github.com/singcl/go-vue","last_synced_at":"2026-02-06T15:37:03.408Z","repository":{"id":94726118,"uuid":"162907974","full_name":"singcl/go-vue","owner":"singcl","description":"combine go and vue.","archived":false,"fork":false,"pushed_at":"2019-05-22T16:28:38.000Z","size":718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T11:34:28.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/singcl.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":"2018-12-23T16:45:05.000Z","updated_at":"2019-05-22T16:28:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a078f1d0-6574-471c-848b-d18df172ee5f","html_url":"https://github.com/singcl/go-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/singcl/go-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singcl","download_url":"https://codeload.github.com/singcl/go-vue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":[],"created_at":"2024-11-09T06:36:04.254Z","updated_at":"2026-02-06T15:37:03.387Z","avatar_url":"https://github.com/singcl.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIM\n\nshadowsocks + proxifier = 直接更新 go 依赖\n\n## hero-cli 部署 go\n\n**Go Dependencies via dep**\n\nhttps://devcenter.heroku.com/articles/go-apps-with-dep\n\n**HOW to use heroku git**\n\nhttps://devcenter.heroku.com/articles/git\n\n### 问题：\n\n```sh\n# 查看heroku日志\nheroku logs --tail\n```\n\nheroku 启动不成功，查看日志报错：\n`Error R10 (Boot timeout) -\u003e Web process failed to bind to $PORT within 60 seconds of launch`\n\n### 解决方法\n\nheroku 会为 web 应用动态分配 PORT，所以不要固定 PORT 即可\n\n```go\n  // r.Run(\":3000\")\n  r.Run()\n```\n\n### 示例地址：https://go-vue-example.herokuapp.com/\n\n\n## DEPLOY\n\n```sh\ncd client\nnpm i\nnpm run build\n\ncd ..\nheroku login\n\ngit remote add heroku https://git.heroku.com/go-vue-example.git\n\ngit push heroku master\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingcl%2Fgo-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingcl%2Fgo-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingcl%2Fgo-vue/lists"}