{"id":31136986,"url":"https://github.com/vue-blocks/vue-blocks","last_synced_at":"2025-09-18T08:04:59.822Z","repository":{"id":313315664,"uuid":"1050274501","full_name":"vue-blocks/vue-blocks","owner":"vue-blocks","description":"The ultimate front-end building block library specifically designed for Vue","archived":false,"fork":false,"pushed_at":"2025-09-13T08:43:12.000Z","size":8233,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-13T10:51:31.784Z","etag":null,"topics":["blocks","component","shadcn","shadcn-vue","tailwind","tailwind-css","tailwindcss","vue","vue-blocks","vueblocks"],"latest_commit_sha":null,"homepage":"https://vue-blocks.dev","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/vue-blocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"open_collective":"vueblocks"}},"created_at":"2025-09-04T07:41:39.000Z","updated_at":"2025-09-13T08:40:31.000Z","dependencies_parsed_at":"2025-09-05T09:34:04.152Z","dependency_job_id":null,"html_url":"https://github.com/vue-blocks/vue-blocks","commit_stats":null,"previous_names":["vue-blocks/vue-blocks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vue-blocks/vue-blocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-blocks%2Fvue-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-blocks%2Fvue-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-blocks%2Fvue-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-blocks%2Fvue-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vue-blocks","download_url":"https://codeload.github.com/vue-blocks/vue-blocks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-blocks%2Fvue-blocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275732391,"owners_count":25518099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"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":["blocks","component","shadcn","shadcn-vue","tailwind","tailwind-css","tailwindcss","vue","vue-blocks","vueblocks"],"created_at":"2025-09-18T08:04:54.291Z","updated_at":"2025-09-18T08:04:59.812Z","avatar_url":"https://github.com/vue-blocks.png","language":"Vue","funding_links":["https://opencollective.com/vueblocks"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/vue-blocks/vue-blocks\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/vue-blocks/vue-blocks/master/public/vue-blocks.svg\" alt=\"VueBlocks - The ultimate front-end building block library specifically designed for Vue\" width=\"300\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\nThe ultimate front-end building block library specifically designed for Vue\n\u003c/p\u003e\n\n## 🚀 Project Overview\n\nVue Blocks is a modern Vue.js component library and development toolkit designed to accelerate UI development. It\nprovides a collection of pre-built, customizable components and blocks that follow best practices for performance,\naccessibility, and design consistency.\n\n### ✨Features\n\n- 🚀 **Rapid Development** - pre-built component blocks, ready to use out of the box\n- 🎨 **Aesthetic Design** - elaborately designed modern interface\n- 📱 **Responsive** - perfectly adapted to various device sizes\n- 🔧 **Easy to customize** - flexible configuration and style customization\n- 📦 **Modularization** - introduced on demand to reduce package size\n\n### 🛠️ Tech Stack\n\n- **Framework**: Vue 3 + Nuxt4 + Shadcn/vue\n- **Build Tool**: Vite\n- **Styling**: Tailwind CSS\n- **Type Safety**: TypeScript\n- **Package Manager**: npm\n\n## 📦 Getting Started\n\n### Development Setup\n\nFollow these steps to set up the development environment:\n\n#### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/vue-blocks/vue-blocks\n```\n\n#### Step 2: Install Dependencies\n\n```bash\nnpm install\n```\n\n#### Step 3: Start Development Server\n\n```bash\nnpm run dev\n```\n\nThe development server will start at `http://localhost:3000`\n\n### 🏗️ Adding New Block\n\nTo create and register new block modules:\n\n#### Step 1: Complete Development Setup\n\nEnsure you have completed all steps in the \"Development Setup\" section above.\n\n#### Step 2: Generate Block Template\n\n```bash\nnpm run registry:template\n```\n\nThis command creates a new block module with the standard structure and boilerplate code.\n\n#### Step 3: Run the build script\n\n```shell\nnpm run registry:build\n```\n\n\u003e **Note**: Note: you do not need to run this script for every change. You only need to run it when you update the block\n\u003e definition.\n\n## 🤝 Contributing\n\nWelcome to submit issues and Pull requests to help improve the project\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvue-blocks%2Fvue-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvue-blocks%2Fvue-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvue-blocks%2Fvue-blocks/lists"}