{"id":15454567,"url":"https://github.com/dodonki1223/trello","last_synced_at":"2026-01-20T14:33:39.292Z","repository":{"id":40580376,"uuid":"265393366","full_name":"dodonki1223/trello","owner":"dodonki1223","description":"「Vue.js/Vuexを使ってTrello風アプリを作成しよう！」の写経用リポジトリ","archived":false,"fork":false,"pushed_at":"2023-01-06T06:26:33.000Z","size":1525,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:52:16.849Z","etag":null,"topics":["docker","docker-compose","techpit","vue","vuex"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/dodonki1223.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":"2020-05-19T23:31:32.000Z","updated_at":"2023-12-09T16:39:49.000Z","dependencies_parsed_at":"2023-02-05T13:01:41.718Z","dependency_job_id":null,"html_url":"https://github.com/dodonki1223/trello","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dodonki1223/trello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodonki1223%2Ftrello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodonki1223%2Ftrello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodonki1223%2Ftrello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodonki1223%2Ftrello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodonki1223","download_url":"https://codeload.github.com/dodonki1223/trello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodonki1223%2Ftrello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28604938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["docker","docker-compose","techpit","vue","vuex"],"created_at":"2024-10-01T22:04:04.104Z","updated_at":"2026-01-20T14:33:39.277Z","avatar_url":"https://github.com/dodonki1223.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trello\n\nTechpitにて公開されている [Vue.js/Vuexを使ってTrello風アプリを作成しよう！](https://www.techpit.jp/p/vue-js-vuex-trello) の写経用リポジトリです  \nさらにカリキュラム終了後にDocker化して開発がしやすいようにカスタマイズしています\n\n![00_trello](https://raw.githubusercontent.com/dodonki1223/image_garage/master/trello/00_trello.gif)\n\n## 環境\n\n環境については以下の通りである\n\n| 環境    | バージョン  |\n|:--------|:-----------:|\n| Node.js | 12.16.3     |\n| Vue.js  | 2.6.11      |\n| Vuex    | 3.4.0       |\n\n## 開発\n\n基本的にdockerを使用して開発を行います  \n開発用に `trello`、`runner` の2つのサービスを作成しているのでこの2つのサービスを使用して開発を行っていきます\n\n### trelloを起動する\n\n下記コマンドを実行後、[http://localhost:8080/](http://localhost:8080/) にアクセスしてください\n\n```shell\n$ docker-compose up trello\n```\n\n### runnerを起動する\n\n`npm i hogehoge --save` や `npm run lint` などのコマンドを実行するためのサービスになります\n\n```shell\n$ docker-compose run --rm runner\n```\n\n## その他\n\n### Vuexについて\n\nこのプロジェクトではVuexを使用しているのでVuexの概念をちゃんと図で頭に入っているとすごく理解しやすい  \n詳しくは公式のドキュメントを参照すること  \n\n- [Vuex とは何か？ | Vuex](https://vuex.vuejs.org/ja/)\n\n![Vuexの概念](https://cdn.fs.teachablecdn.com/ADNupMnWyR7kCWRvm76Laz/resize=width:2500/https://www.filepicker.io/api/file/l4FvH7cSZKEmv6OpVxts)\n\n### 開発環境を削除する\n\nコンテナ、イメージ、ボリューム、ネットワークをすべて一括で削除します\n\n```shell\n$ docker-compose down --rmi all --volumes\n```\n\n参考記事：[《滅びの呪文》Docker Composeで作ったコンテナ、イメージ、ボリューム、ネットワークを一括完全消去する便利コマンド - Qiita](https://qiita.com/suin/items/19d65e191b96a0079417)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodonki1223%2Ftrello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodonki1223%2Ftrello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodonki1223%2Ftrello/lists"}