{"id":15355456,"url":"https://github.com/bmf-san/gobel-admin-client-example","last_synced_at":"2026-02-19T01:31:41.305Z","repository":{"id":39028239,"uuid":"245823395","full_name":"bmf-san/gobel-admin-client-example","owner":"bmf-san","description":"Gobel is a headless cms built with golang.","archived":false,"fork":false,"pushed_at":"2024-04-17T01:35:45.000Z","size":1481,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T02:59:50.301Z","etag":null,"topics":["atomic-design","docker","docker-compose","gobel","gobel-admin-client-example","gobel-api","gobel-client-example","golang","headless-cms","rest-api","vue","vue-cli","vue-router","vue3"],"latest_commit_sha":null,"homepage":"","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/bmf-san.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2020-03-08T13:51:36.000Z","updated_at":"2023-06-05T08:43:34.000Z","dependencies_parsed_at":"2024-04-17T02:50:32.909Z","dependency_job_id":"e7091b19-572b-4ee5-98ec-c9b8bb424dbb","html_url":"https://github.com/bmf-san/gobel-admin-client-example","commit_stats":{"total_commits":55,"total_committers":2,"mean_commits":27.5,"dds":"0.34545454545454546","last_synced_commit":"1e990d6632f84c32464cf21b61a943061cfb90b6"},"previous_names":[],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/bmf-san/gobel-admin-client-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-admin-client-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-admin-client-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-admin-client-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-admin-client-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmf-san","download_url":"https://codeload.github.com/bmf-san/gobel-admin-client-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-admin-client-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"ssl_error","status_checked_at":"2026-02-19T00:59:36.936Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["atomic-design","docker","docker-compose","gobel","gobel-admin-client-example","gobel-api","gobel-client-example","golang","headless-cms","rest-api","vue","vue-cli","vue-router","vue3"],"created_at":"2024-10-01T12:24:27.465Z","updated_at":"2026-02-19T01:31:41.284Z","avatar_url":"https://github.com/bmf-san.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gobel-admin-client-example\n[![GitHub license](https://img.shields.io/github/license/bmf-san/gobel-admin-client-example)](https://github.com/bmf-san/gobel-admin-client-example/blob/master/LICENSE)\n[![CircleCI](https://circleci.com/gh/bmf-san/gobel-admin-client-example.svg?style=svg)](https://circleci.com/gh/bmf-san/gobel-admin-client-example)\n\nGobel is a headless cms built with golang. \n\nThis is an example for admin client application of gobel.\n\n# gobel\n- [bmf-tech-client](https://github.com/bmf-san/bmf-tech-client)\n- [gobel-api](https://github.com/bmf-san/gobel-api)\n- [gobel-admin-client-example](https://github.com/bmf-san/gobel-admin-client-example)\n- [gobel-client-example](https://github.com/bmf-san/gobel-client-example)\n- [gobel-example](https://github.com/bmf-san/gobel-example)\n- [gobel-ops-example](https://github.com/bmf-san/gobel-ops-example)\n- [migrate-rubel-to-gobel](https://github.com/bmf-san/migrate-rubel-to-gobel)\n\n# Dockerhub\n[bmfsan/gobel-admin-client-example](https://hub.docker.com/r/bmfsan/gobel-admin-client-example)\n\n# Get started\nBefore you start, you need to clone [gobel-api](https://github.com/bmf-san/gobel-api).\n\n## Docker\n### Create an env file\n```\ncp .env_example .env\n```\n\n### Edit a host file\n```\n127.0.0.1 gobel-admin-client-example.local\n```\n\n### Build and run containers\n```\nmake docker-compose-up\n\nor\n\nmake docker-compose-up-d\n```\n\nThen go to `gobel-admin-client-example.local:82`\n\n## npm\n### Create an .env.local\n```\ncp .env /app/.env.local\n```\n\n### Starts a dev server with hot-reload\n```\ncd app/\nnpm install\nnpm run serve\n```\n\n## npm scripts\n|   Scripts   |             Description              |\n| ----------- | ------------------------------------ |\n| serve       | Starts a dev server with hot-reload. |\n| local-build | Run build for local.                 |\n| prod-build  | Run build for production.            |\n| test:unit   | Run unit tests.                      |\n| lint        | Run lint with --fix option.          |\n\n# Contributing\nWe welcome your issue or pull request from everyone.\nPlease make sure to read the [CONTRIBUTING.md](https://github.com/bmf-san/gobel-admin-client-example/.github/CONTRIBUTING.md).\n\n# License\nThis project is licensed under the terms of the MIT license.\n\n# Author\nbmf - Software engineer.\n\n- [github - bmf-san/bmf-san](https://github.com/bmf-san/bmf-san)\n- [twitter - @bmf-san](https://twitter.com/bmf_san)\n- [blog - bmf-tech](http://bmf-tech.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-admin-client-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmf-san%2Fgobel-admin-client-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-admin-client-example/lists"}