{"id":26250699,"url":"https://github.com/sysvale/sys-hand-on-wheel","last_synced_at":"2025-03-13T16:36:29.526Z","repository":{"id":43320609,"uuid":"448918867","full_name":"Sysvale/sys-hand-on-wheel","owner":"Sysvale","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-20T19:01:39.000Z","size":94,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T08:42:54.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sysvale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-17T14:07:49.000Z","updated_at":"2024-11-28T13:57:09.000Z","dependencies_parsed_at":"2024-11-28T14:30:55.083Z","dependency_job_id":"c872e5dd-401a-4f48-b03d-5ff620a33092","html_url":"https://github.com/Sysvale/sys-hand-on-wheel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sysvale%2Fsys-hand-on-wheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sysvale%2Fsys-hand-on-wheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sysvale%2Fsys-hand-on-wheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sysvale%2Fsys-hand-on-wheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sysvale","download_url":"https://codeload.github.com/Sysvale/sys-hand-on-wheel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243443244,"owners_count":20291833,"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","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-03-13T16:36:29.050Z","updated_at":"2025-03-13T16:36:29.520Z","avatar_url":"https://github.com/Sysvale.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![SHOW logo](/assets/show-logo.webp)\n\nAtenção: Se deseja utilizar o SHOW em projetos com Vue 2, utilize a versão `0.3.0` ou inferior.\n\n## Instalando\n\n- O SHOW pode ser instalado com o npm:\n```bash\n$ npm i @sysvale/show;\n```\n\n## Usando\n\n\n```bash\n$ npm i @sysvale/show;\n```\n\n- Para usar o SHOW, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:\n```js\nimport SHOW from '@sysvale/show';\n```\n\n- Para usar o SHOW, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:\n\n- E instale o SHOW:\n```js\nVue.use(SHOW);\n```\n\n- Agora para utilizar os componentes, basta usá-los no seu template. Como exemplo, para usar a \n[RequestProvider]():\n```html\n\u003cshow-request-provider\n  v-slot=\"{ loading, failed, errorMessage, data: posts }\"\n  :service=\"getPosts\"\n\u003e\n  \u003cdiv\u003e\n    \u003cdiv v-if=\"loading\"\u003eCarregando...\u003c/div\u003e\n    \u003cdiv v-else-if=\"failed\"\u003e{{ errorMessage }}\u003c/div\u003e\n    \u003cdiv v-else\u003e\n      \u003cdiv v-for=\"post in posts\"\u003e\n        \u003ca :href=\"post.link\"\u003e{{ post.title }}\u003c/a\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/show-request-provider\u003e\n```\n\n**Para saber mais sobre a utilização do SHOW, consulte a [Wiki](https://github.com/Sysvale/sys-hand-on-wheel/wiki)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysvale%2Fsys-hand-on-wheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysvale%2Fsys-hand-on-wheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysvale%2Fsys-hand-on-wheel/lists"}