{"id":47498210,"url":"https://github.com/lapras-inc/lapras-frontend","last_synced_at":"2026-04-02T00:40:55.141Z","repository":{"id":39193558,"uuid":"200996660","full_name":"lapras-inc/lapras-frontend","owner":"lapras-inc","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-14T09:55:53.000Z","size":18201,"stargazers_count":13,"open_issues_count":9,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-03-28T00:37:15.355Z","etag":null,"topics":["live-document-swe","product","webapp"],"latest_commit_sha":null,"homepage":"https://lapras-inc.github.io/lapras-frontend","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/lapras-inc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-07T07:28:05.000Z","updated_at":"2025-10-19T02:45:58.000Z","dependencies_parsed_at":"2024-05-07T09:39:22.904Z","dependency_job_id":"d2f0fe4f-1915-4f0a-b2f8-683213a962ed","html_url":"https://github.com/lapras-inc/lapras-frontend","commit_stats":null,"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/lapras-inc/lapras-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapras-inc%2Flapras-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapras-inc%2Flapras-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapras-inc%2Flapras-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapras-inc%2Flapras-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lapras-inc","download_url":"https://codeload.github.com/lapras-inc/lapras-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapras-inc%2Flapras-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["live-document-swe","product","webapp"],"created_at":"2026-03-27T04:02:53.540Z","updated_at":"2026-04-02T00:40:55.106Z","avatar_url":"https://github.com/lapras-inc.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lapras frontend\n\nLAPRASで使用するフロントエンド関連の共通ライブラリ\n\n## Directory\n\n```\n─ fonts font関連を収める\n─ src/components component関連を収める\n```\n\n## Styleguide\n\nhttps://lapras-inc.github.io/lapras-frontend/\n\n## Commit Message Guide\n\n- [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog)の書式を強制している\n- [standard-version](https://github.com/conventional-changelog/standard-version)でconventional-changelogの書式を自動で判定してversion upをしてくれる\n\n#### commit messageの作成方法\n\nyarn installでcommitizenをinstallすると\n\n```shell\n$ git cz\n# or\n$ npx git-cz\n# or\n$ yarn commit\n```\n\nのいずれかを実行するとガイド付きでmessageの作成ができる\n\nまた、commit -mなどを使用してもコミットメッセージを作成できるが、huskyによってフォーマットに不備があるとcommitされないようにしている\n\n## Tips\n#### 新しいIconの追加方法\n外部サービスの [IcoMoon](https://icomoon.io/) にアクセスし、\n新規に追加したいIconのsvgをImportする\u003cbr\u003e\n同様に既存アイコンのsvgファイル`fonts/scouty-icon.svg`アイコンを選択してImportを行う\u003cbr\u003e\n※新規のアイコンが末尾に来るように『Move UP/Move Down』等でSetの入れ替えを行うこと\n\nアイコン登録後全てのアイコンを選択した上で、右下の『Generate Font』をクリックし、フォントを生成しダウンロード\n\nzip解凍後、``$ for f in `ls`; do mv $f ${f/icomoon/scouty-icon}; done``で\nファイル名を変更して、`fonts/`ディレクトリ下に配置\n\n最後に`src/components/Icon/iconMap.ts`にアイコン名とコード( [IcoMoon](https://icomoon.io/) にて確認出来る)を追加\n\n\n## Release\n1. `release`ブランチへのPRを作成する\n2. [PRをマージするとGitHubでリリースされる](.github/workflows/npm-release.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapras-inc%2Flapras-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flapras-inc%2Flapras-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapras-inc%2Flapras-frontend/lists"}