{"id":15725266,"url":"https://github.com/isuke/rhoa","last_synced_at":"2026-05-03T04:33:57.664Z","repository":{"id":57355345,"uuid":"112620457","full_name":"isuke/rhoa","owner":"isuke","description":"Rhoa is a Vue.js 2.0 mini No UI components for Web.","archived":false,"fork":false,"pushed_at":"2019-01-05T14:48:27.000Z","size":190,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T02:17:08.165Z","etag":null,"topics":["single-file-component","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"https://isuke.github.io/rhoa-doc/","language":"CoffeeScript","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/isuke.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2017-11-30T14:23:05.000Z","updated_at":"2019-09-27T19:30:08.000Z","dependencies_parsed_at":"2022-09-26T16:31:48.228Z","dependency_job_id":null,"html_url":"https://github.com/isuke/rhoa","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Frhoa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Frhoa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Frhoa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Frhoa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isuke","download_url":"https://codeload.github.com/isuke/rhoa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246401415,"owners_count":20771180,"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":["single-file-component","vuejs","vuejs2"],"created_at":"2024-10-03T22:20:14.906Z","updated_at":"2026-05-03T04:33:57.607Z","avatar_url":"https://github.com/isuke.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":chapter-label:\n:icons: font\n:lang: en\n:sectanchors:\n:sectlinks:\n:sectnums:\n:source-highlighter: highlightjs\n:toc: left\n:toclevels: 1\n\n= Rhoa image:https://travis-ci.org/isuke/rhoa.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/isuke/rhoa\"]\n\nA Vue.js 2.0 usueful **No UI** components for Web.\n\nhttps://isuke.github.io/rhoa-doc/[Document]\n\n== Usage\n\n=== CDN\n\n[source,html]\n----\n\u003cscript srt=\"https://cdn.jsdelivr.net/npm/vue\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/rhoa/dist/rhoa.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  window.Rhoa.install(Vue, {})\n\u003c/script\u003e\n----\n\n=== NPM\n\n[source,sh]\n----\n$ npm install rhoa --save\n# or\n$ yarn add rhoa\n----\n\n[source,html]\n----\n\u003ctemplate\u003e\n  \u003cdiv class=\"main\"\u003e\n    \u003csmart-link href=\"/logout\" method=\"delete\" text=\"Log out\" is-reseted-style\u003e\u003c/smart-link\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport * as rhoa from 'rhoa'\n\nexport default = {\n  components: {\n    'smart-link': rhoa.SmartLink\n  }\n};\n\u003c/script\u003e\n----\n\n== Test\n\n[source,sh]\n----\n$ yarn run test\n----\n\n== Deploy\n\n[source,sh]\n----\n$ deploy 1.x.x\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisuke%2Frhoa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisuke%2Frhoa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisuke%2Frhoa/lists"}