{"id":13340535,"url":"https://github.com/viur-framework/shop-components","last_synced_at":"2026-02-04T14:07:15.036Z","repository":{"id":233604067,"uuid":"778475738","full_name":"viur-framework/shop-components","owner":"viur-framework","description":"A collection of Vue.js components for the ViUR shop.","archived":false,"fork":false,"pushed_at":"2026-01-28T20:36:09.000Z","size":5518,"stargazers_count":2,"open_issues_count":7,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-29T10:57:33.626Z","etag":null,"topics":["ecommerce","shop","viur","viur-framework","viur-shop","vuejs"],"latest_commit_sha":null,"homepage":"","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/viur-framework.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-03-27T19:54:03.000Z","updated_at":"2026-01-28T20:36:05.000Z","dependencies_parsed_at":"2024-04-24T21:26:13.642Z","dependency_job_id":"2fc88bdf-f150-4fc5-bc17-3334e7a37b4e","html_url":"https://github.com/viur-framework/shop-components","commit_stats":null,"previous_names":["viur-framework/shop-components"],"tags_count":121,"template":false,"template_full_name":null,"purl":"pkg:github/viur-framework/shop-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fshop-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fshop-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fshop-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fshop-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viur-framework","download_url":"https://codeload.github.com/viur-framework/shop-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fshop-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29086746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ecommerce","shop","viur","viur-framework","viur-shop","vuejs"],"created_at":"2024-07-29T19:23:32.708Z","updated_at":"2026-02-04T14:07:15.022Z","avatar_url":"https://github.com/viur-framework.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/viur-framework/viur-artwork/raw/main/icons/icon-shop-components.svg\" height=\"196\" alt=\"A hexagonal logo of Shop Components\" title=\"Shop Components logo\"/\u003e\n    \u003ch1\u003eViUR Shop Components\u003c/h1\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@viur/shop-components\"\u003e\n        \u003cimg alt=\"Badge showing current NPM version\" title=\"PyPI\" src=\"https://img.shields.io/npm/v/@viur/shop-components\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/viur-framework/shop-components\" alt=\"Badge displaying the license\" title=\"License badge\"\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    A collection of Vue.js components for the \u003ca href=\"https://www.viur.dev\"\u003eViUR\u003c/a\u003e\n    \u003ca href=\"https://github.com/viur-framework/viur-shop\"\u003eshop\u003c/a\u003e.\n\u003c/div\u003e\n\n### Structure\n* **Main components** have to be exported in `./src/main.js`. Main Components should be in folder `./src/components`.\n* **Ui Elements** for main components should be in `./src/components/ui` so everyone who contributes can see if there is an element/component already for their use.  \n* Components should be as small as possible to make the code easier to access and understand, thats why the directory structure has importance.  \n* Every logic/function according to articles/items/cart or anything else should be in the `cartStore` in `./src/stores/cart.js` - reason is as follows - all components get their data with so called props which are not \"reactive\" by nature. We want to trigger a rerender if we change/add/edit... items thats why anything according to that should be in the cartStore. Read the cartStore carefully and use the already existing states to grant a clean rerender/reactive process. The props all get updated as soon as the main states get updated in the `cartStore` -\u003e rerender --\u003e profit...\n\nTry to understand this structure and adopt it with new components for easy implementation without much effort.\n\nReal documentation is coming soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fshop-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviur-framework%2Fshop-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fshop-components/lists"}