{"id":30203321,"url":"https://github.com/vuluu2k/storecake_components","last_synced_at":"2026-02-10T02:04:15.402Z","repository":{"id":306543470,"uuid":"1026523762","full_name":"vuluu2k/storecake_components","owner":"vuluu2k","description":"Components of storecake","archived":false,"fork":false,"pushed_at":"2025-08-07T10:05:35.000Z","size":18015,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T01:49:15.704Z","etag":null,"topics":["component","library"],"latest_commit_sha":null,"homepage":"https://vuluu2k.github.io/storecake_components/","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/vuluu2k.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-26T04:15:44.000Z","updated_at":"2025-08-07T10:04:56.000Z","dependencies_parsed_at":"2025-07-26T11:26:34.881Z","dependency_job_id":"bde7e358-2bbe-404a-88d6-7a63be8c7d56","html_url":"https://github.com/vuluu2k/storecake_components","commit_stats":null,"previous_names":["vuluu2k/storecake_components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vuluu2k/storecake_components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuluu2k%2Fstorecake_components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuluu2k%2Fstorecake_components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuluu2k%2Fstorecake_components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuluu2k%2Fstorecake_components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vuluu2k","download_url":"https://codeload.github.com/vuluu2k/storecake_components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuluu2k%2Fstorecake_components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29288756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"online","status_checked_at":"2026-02-10T02:00:07.935Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["component","library"],"created_at":"2025-08-13T12:01:17.741Z","updated_at":"2026-02-10T02:04:15.397Z","avatar_url":"https://github.com/vuluu2k.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StoreCake Components\n\nThư viện component UI tùy chỉnh cho các dự án StoreCake, được xây dựng với Vue 3, TypeScript, Vite và Tailwind CSS.\n\n## Cài đặt\n\n```bash\n# Sử dụng npm\nnpm install storecake_component\n\n# Hoặc sử dụng yarn\nyarn add storecake_component\n```\n\n## Cách sử dụng\n\n### Cài đặt toàn bộ thư viện\n\n```javascript\nimport { createApp } from 'vue'\nimport App from './App.vue'\nimport StoreCakeComponents from 'storecake_component'\nimport 'storecake_component/dist/style.css' // Import CSS\n\nconst app = createApp(App)\napp.use(StoreCakeComponents)\napp.mount('#app')\n```\n\n### Sử dụng từng component riêng lẻ\n\n```javascript\nimport { Button, Input } from 'storecake_component'\n\nexport default {\n  components: {\n    Button,\n    Input\n  }\n}\n```\n\n## Các component có sẵn\n\n- `Button` - Nút tùy chỉnh với nhiều biến thể\n- `Input` - Trường nhập liệu tùy chỉnh\n- (Thêm các component khác tại đây)\n\n## Tùy chỉnh theme\n\nBạn có thể tùy chỉnh theme bằng cách ghi đè các biến CSS tùy chỉnh hoặc mở rộng cấu hình Tailwind trong dự án của bạn.\n\n## Phát triển\n\n```bash\n# Cài đặt dependencies\nnpm install\n\n# Chạy chế độ phát triển\nnpm run dev\n\n# Build thư viện\nnpm run build\n\n# Chạy test\nnpm run test\n```\n\n## Tác giả\n\n- [Tên của bạn] - [email@example.com]\n\n## Giấy phép\n\nDự án này được cấp phép theo giấy phép MIT - xem file [LICENSE](LICENSE) để biết thêm chi tiết.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuluu2k%2Fstorecake_components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuluu2k%2Fstorecake_components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuluu2k%2Fstorecake_components/lists"}