{"id":18387325,"url":"https://github.com/terryz/v-layouts","last_synced_at":"2026-03-06T16:31:53.202Z","repository":{"id":251867479,"uuid":"838639405","full_name":"TerryZ/v-layouts","owner":"TerryZ","description":"Web page layouts for vue3","archived":false,"fork":false,"pushed_at":"2024-08-25T08:44:33.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-10-23T15:49:08.508Z","etag":null,"topics":["accordion","layout","panel-group"],"latest_commit_sha":null,"homepage":"https://terryz.github.io/docs-vue3/layout/","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/TerryZ.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-CN.md","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}},"created_at":"2024-08-06T04:10:47.000Z","updated_at":"2024-11-05T17:40:54.000Z","dependencies_parsed_at":"2024-08-21T11:03:46.013Z","dependency_job_id":"46347673-0321-4ff2-b76c-938a60c299f2","html_url":"https://github.com/TerryZ/v-layouts","commit_stats":null,"previous_names":["terryz/v-layouts"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TerryZ/v-layouts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-layouts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-layouts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-layouts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-layouts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerryZ","download_url":"https://codeload.github.com/TerryZ/v-layouts/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-layouts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30185466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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":["accordion","layout","panel-group"],"created_at":"2024-11-06T01:25:42.572Z","updated_at":"2026-03-06T16:31:53.165Z","avatar_url":"https://github.com/TerryZ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [v-layouts](https://terryz.github.io/docs-vue3/layout/)\n\u003c!-- \u0026middot; --\u003e\n[![CircleCI](https://circleci.com/gh/TerryZ/v-layouts/tree/main.svg?style=svg)](https://circleci.com/gh/TerryZ/v-layouts/tree/main)\n[![code coverage](https://codecov.io/gh/TerryZ/v-layouts/branch/main/graph/badge.svg)](https://codecov.io/gh/TerryZ/v-layouts)\n[![npm version](https://img.shields.io/npm/v/v-layouts.svg)](https://www.npmjs.com/package/v-layouts)\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://mit-license.org/)\n[![npm](https://img.shields.io/npm/dy/v-layouts.svg)](https://www.npmjs.com/package/v-layouts)\n\nWeb page layout collection for **Vue3**\n\n## Examples and Documentation\n\nDocumentation and examples please visit below sites\n\n- [Github pages](https://terryz.github.io/docs-vue3/layout/)\n\n### Layout and modules diagram\n\nadmin classic layout\n\n![admin-classic](assets/admin-classic.svg)\n\ncontent press layout\n\n![content-press](assets/content-press.svg)\n\npanel group modules\n\n![panel-group](assets/panel-group.svg)\n\n## Installation\n\n```sh\n# npm\nnpm i v-layouts\n# yarn\nyarn add v-layouts\n# pnpm\npnpm add v-layouts\n```\n\n## Usage\n\n### LayoutAdminClassic\n\n```vue\n\u003ctemplate\u003e\n  \u003cLayoutAdminClassic\u003e\n    \u003ctemplate #header\u003e\n      Header\n    \u003c/template\u003e\n    \u003ctemplate #aside\u003e\n      Aside\n    \u003c/template\u003e\n    \u003ctemplate #breadcrumb\u003e\n      Breadcrumb\n    \u003c/template\u003e\n    \u003ctemplate #footer\u003e\n      Footer\n    \u003c/template\u003e\n\n    \u003cdiv\u003eMain content\u003c/div\u003e\n  \u003c/LayoutAdminClassic\u003e\n\u003c/template\u003e\n\n\u003cscript setup\u003e\nimport { LayoutAdminClassic } from 'v-layouts'\n\u003c/script\u003e\n```\n\n### Panel group\n\n```vue\n\u003ctemplate\u003e\n  \u003cPanelGroup\u003e\n    \u003cPanelItem name=\"panel1\"\u003e\n      \u003ctemplate #header\u003e\n      panel 1 header\n      \u003c/template\u003e\n      panel 1 content\n    \u003c/PanelItem\u003e\n    \u003cPanelItem name=\"panel2\"\u003e\n      \u003ctemplate #header\u003e\n      panel 2 header\n      \u003c/template\u003e\n      panel 2 content\n    \u003c/PanelItem\u003e\n  \u003c/PanelGroup\u003e\n\u003c/template\u003e\n\n\u003cscript setup\u003e\nimport { PanelGroup, PanelItem } from 'v-layouts'\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryz%2Fv-layouts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterryz%2Fv-layouts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryz%2Fv-layouts/lists"}