{"id":40105218,"url":"https://github.com/aminnausin/cedar-ui","last_synced_at":"2026-01-20T16:59:23.363Z","repository":{"id":306835883,"uuid":"907974326","full_name":"aminnausin/cedar-ui","owner":"aminnausin","description":"Vue.js UI Library based on PinesUI","archived":false,"fork":false,"pushed_at":"2025-12-26T03:17:59.000Z","size":5276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T07:58:10.464Z","etag":null,"topics":["library","shadcn-vue","tailwindcss","ui","vuejs"],"latest_commit_sha":null,"homepage":"https://cedar-ui.nausin.me/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aminnausin.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":"2024-12-24T18:45:35.000Z","updated_at":"2025-12-26T03:18:03.000Z","dependencies_parsed_at":"2025-08-13T02:33:11.710Z","dependency_job_id":null,"html_url":"https://github.com/aminnausin/cedar-ui","commit_stats":null,"previous_names":["aminnausin/cedar-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aminnausin/cedar-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminnausin%2Fcedar-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminnausin%2Fcedar-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminnausin%2Fcedar-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminnausin%2Fcedar-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aminnausin","download_url":"https://codeload.github.com/aminnausin/cedar-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminnausin%2Fcedar-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28566323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["library","shadcn-vue","tailwindcss","ui","vuejs"],"created_at":"2026-01-19T11:31:14.335Z","updated_at":"2026-01-19T11:31:14.398Z","avatar_url":"https://github.com/aminnausin.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\" style=\"display: block; border: none; padding: 0px;\"\u003e\nCedar-UI\n\u003c/h1\u003e\n\n#### \u003cp  align=\"center\"\u003eA minimalist Vue.js UI Library. \u003c/p\u003e\n\n\u003cp  align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vue-v3.5.14-white\" alt=\"Vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/aminnausin/cedar-ui?color=purple\" alt=\"License\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/%40aminnausin%2Fcedar-ui\" alt=\"NPM Package Version\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/d18m/%40aminnausin%2Fcedar-ui?color=F9322C\" alt=\"NPM Downloads\"\u003e\n    \u003cimg src=\"https://repo-view-counter.nausin.me/?repo=aminnausin/cedar-ui\u0026colour=737373\u0026label=views\" alt=\"Repo View Counter\"\u003e\n\u003c/p\u003e\n\n## Overview\n\nA partial port of [Pines UI](https://devdojo.com/pines) for Vue with inspiration from [shadcn-vue](https://shadcn-vue.com/) and [vue-sonner](https://github.com/xiaoluoboding/vue-sonner).\n\n## License\n\nThe Cedar-UI Library is open-sourced software licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.\n\n## Installation\n\n```bash\npnpm add @aminnausin/cedar-ui\n```\n\n```bash\nnpm install @aminnausin/cedar-ui\n```\n\n```bash\nyarn add @aminnausin/cedar-ui\n```\n\n## Required Peer Dependencies\n\nTo use `@aminnausin/cedar-ui`, make sure the following packages are installed in your project:\n\n```bash\nnpm install vue vue-router tailwindcss @tailwindcss/forms @tailwindcss/aspect-ratio @vueuse/core @vueuse/components @vueuse/integrations\n```\n\n## Documentation\n\nFor full documentation, visit [cedar-ui.nausin.me](https://cedar-ui.nausin.me).\n\n## Project Setup\n\n```sh\npnpm install\n```\n\n### Compile and Hot-Reload for Vitepress development\n\n```sh\nnpm run docs:dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run pkg:build\nnpm run docs:build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminnausin%2Fcedar-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faminnausin%2Fcedar-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminnausin%2Fcedar-ui/lists"}