{"id":29794751,"url":"https://github.com/Trapar-waves/vue-tailwind","last_synced_at":"2025-07-28T04:04:13.325Z","repository":{"id":292757293,"uuid":"980554257","full_name":"Trapar-waves/vue-tailwind","owner":"Trapar-waves","description":"A Vue 3 project template integrated with Tailwind CSS for rapid frontend development","archived":false,"fork":false,"pushed_at":"2025-07-23T01:33:54.000Z","size":570,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T03:06:53.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Trapar-waves.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}},"created_at":"2025-05-09T10:16:24.000Z","updated_at":"2025-07-23T01:33:29.000Z","dependencies_parsed_at":"2025-07-14T03:27:41.921Z","dependency_job_id":"a8dd2708-e083-430e-ad2d-f96fa4607140","html_url":"https://github.com/Trapar-waves/vue-tailwind","commit_stats":null,"previous_names":["trapar-waves/vue-tailwind"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Trapar-waves/vue-tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trapar-waves%2Fvue-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trapar-waves%2Fvue-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trapar-waves%2Fvue-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trapar-waves%2Fvue-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trapar-waves","download_url":"https://codeload.github.com/Trapar-waves/vue-tailwind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trapar-waves%2Fvue-tailwind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266609764,"owners_count":23955680,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-07-28T04:01:49.678Z","updated_at":"2025-07-28T04:04:13.312Z","avatar_url":"https://github.com/Trapar-waves.png","language":"JavaScript","funding_links":[],"categories":["Starter"],"sub_categories":["Rsbuild Starter"],"readme":"# @trapar-waves/vue-tailwind\n\n![npm version](https://img.shields.io/npm/v/@trapar-waves/vue-tailwind)\n![npm dm](https://img.shields.io/npm/dm/@trapar-waves/vue-tailwind)\n![License](https://img.shields.io/github/license/Trapar-waves/vue-tailwind)\n![GitHub last commit](https://img.shields.io/github/last-commit/Trapar-waves/vue-tailwind)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Trapar-waves/vue-tailwind/release.yml)\n![Renovate](https://img.shields.io/badge/renovate-enabled-blue)\n\n---\n\n[中文](/readme/README-CN.md) | [日本語](/readme/README-JP.md) | [Русский язык](/readme/README-RU.md)\n\n\u003e A Vue 3 project with Tailwind CSS and modern development tools.\n\n## ✨ Features\n\n- **Modern UI Framework:** Built using Vue 3 for a component-driven interface.\n- **Utility-First Styling:** Employs Tailwind CSS for flexible and rapid styling.\n- **Type Safety:** Leverages TypeScript to improve code quality and reduce runtime errors.\n- **Fast Development Workflow:** Utilizes Rsbuild for optimized builds and quick server starts.\n- **Reactive State Management:** Includes `@vueuse/core` for utilities that enhance reactivity and composition in Vue applications.\n- **Customizable Icons:** Integrates Iconify for scalable and customizable icon support.\n- **Code Quality Focus:** Includes ESLint and Antfu's ESLint configuration, ensuring consistent code style and reliability.\n- **PostCSS Integration:** Uses `@tailwindcss/postcss` for seamless integration of Tailwind CSS with PostCSS.\n\n## 💻 Tech Stack\n\n- **Framework/Library:** Vue 3\n- **UI Toolkit/Styling:** Tailwind CSS\n- **State Management:** Reactive utilities via `@vueuse/core`\n- **Build Tool:** Rsbuild\n- **Language:** TypeScript\n- **Linting:** ESLint with Antfu's configuration\n- **Icons:** Iconify for scalable and customizable icons\n\nSee the [package.json](package.json) for a full list of dependencies.\n\n## 🚀 Getting Started\n\nFollow these instructions to get the project running locally.\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Node.js (\u003e= 18.x recommended)\n- Package manager (npm, yarn, or pnpm)\n\n```bash\nnode -v\nnpm -v\n```\n\n### Installation\n\nRun script\n\n```bash\npnpm create trapar-waves\n```\n\nInstall dependencies\n\n```bash\nnpm install\nyarn install\npnpm install\n```\n\n## 🤝 Contributing\n\nContributions are welcome and greatly appreciated! Please follow these steps to contribute:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 👤 Author\n\n- **Rikka:** (admin@rikka.cc)\n- **GitHub Profile:** [Muromi-Rikka](https://github.com/Muromi-Rikka)\n\n## 🔗 Links\n\n- **Repository:** [https://github.com/Trapar-waves/vue-tailwind](https://github.com/Trapar-waves/vue-tailwind)\n- **Homepage:** [https://github.com/Trapar-waves/vue-tailwind](https://github.com/Trapar-waves/vue-tailwind)\n- **Issues:** [https://github.com/Trapar-waves/vue-tailwind/issues](https://github.com/Trapar-waves/vue-tailwind/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrapar-waves%2Fvue-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTrapar-waves%2Fvue-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrapar-waves%2Fvue-tailwind/lists"}