{"id":35588698,"url":"https://github.com/citrus-framework/vuetify-components","last_synced_at":"2026-01-24T12:20:13.716Z","repository":{"id":331195834,"uuid":"1125647381","full_name":"citrus-framework/vuetify-components","owner":"citrus-framework","description":"vuetify components","archived":false,"fork":false,"pushed_at":"2025-12-31T14:41:55.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"v1.0.0.0","last_synced_at":"2026-01-04T08:20:29.734Z","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/citrus-framework.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-31T05:12:54.000Z","updated_at":"2025-12-31T14:41:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/citrus-framework/vuetify-components","commit_stats":null,"previous_names":["citrus-framework/vuetify-components"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/citrus-framework/vuetify-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citrus-framework%2Fvuetify-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citrus-framework%2Fvuetify-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citrus-framework%2Fvuetify-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citrus-framework%2Fvuetify-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/citrus-framework","download_url":"https://codeload.github.com/citrus-framework/vuetify-components/tar.gz/refs/heads/v1.0.0.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citrus-framework%2Fvuetify-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28727534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":"2026-01-04T22:58:29.709Z","updated_at":"2026-01-24T12:20:13.707Z","avatar_url":"https://github.com/citrus-framework.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @citrus-framework/vuetify-components\n\nCitrus Framework プロジェクト用の再利用可能な Vuetify コンポーネントライブラリ\n\n## インストール\n\n### 1. .npmrc の設定\n\nプロジェクトのルートに `.npmrc` ファイルを作成（または追加）：\n\n```\n@citrus-framework:registry=https://npm.pkg.github.com\n```\n\n### 2. パッケージのインストール\n\n```bash\nnpm install @citrus-framework/vuetify-components\n```\n\n## 使用方法\n\n### コンポーネントのインポート\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { PageTitle, EditableTextInput } from '@citrus-framework/vuetify-components';\n\nconst title = ref('My Page');\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cPageTitle :title=\"title\" /\u003e\n  \u003cEditableTextInput v-model=\"title\" /\u003e\n\u003c/template\u003e\n```\n\n### スタイルの読み込み\n\n#### CSSを使用する場合\n\n```typescript\n// main.ts または plugins/vuetify.ts\nimport '@citrus-framework/vuetify-components/styles';\n```\n\n#### SCSSを使用する場合（カスタマイズ可能）\n\n```scss\n// styles/main.scss\n@import '@citrus-framework/vuetify-components/scss';\n```\n\n## 利用可能なコンポーネント\n\n### Commons\n- `PageTitle` - ページタイトルコンポーネント\n- `PageSubtitle` - ページサブタイトルコンポーネント\n- `NumberCard` - 数値カードコンポーネント\n\n### Helpers - Buttons\n- `IconMenuButton` - アイコンメニューボタン\n- `ProgressButton` - プログレスボタン\n\n### Helpers - Editables\n- `EditableTextInput` - 編集可能なテキスト入力\n- `EditableColorInput` - 編集可能なカラー入力\n- `EditableDateInput` - 編集可能な日付入力\n- `EditableSelect` - 編集可能なセレクト\n\n### Helpers - Selects\n- `Select` - カスタマイズされたセレクト\n\n### Helpers - Inputs\n- `TextInput` - テキスト入力\n- `DateInput` - 日付入力\n\n### Helpers - Comboboxes\n- `TimeCombobox` - 時刻コンボボックス\n\n### Helpers - Pickers\n- `DateToTimestampPicker` - 日付→タイムスタンプピッカー\n\n### Helpers - Complexes\n- `DateTimeField` - 日時フィールド\n\n## 型定義\n\n```typescript\nimport type { SelectItem } from '@citrus-framework/vuetify-components';\n```\n\n## 開発\n\n### セットアップ\n\n```bash\nnpm install\n```\n\n### ビルド\n\n```bash\nnpm run build\n```\n\n### 型チェック\n\n```bash\nnpm run type-check\n```\n\n## パッケージの公開\n\nGitHub Releases でリリースを作成すると、自動的に GitHub Packages に公開されます。\n\nまたは、手動で公開：\n\n```bash\nnpm run build\nnpm publish\n```\n\n## ライセンス\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitrus-framework%2Fvuetify-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitrus-framework%2Fvuetify-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitrus-framework%2Fvuetify-components/lists"}