https://github.com/isuke/rhoa
Rhoa is a Vue.js 2.0 mini No UI components for Web.
https://github.com/isuke/rhoa
single-file-component vuejs vuejs2
Last synced: about 2 months ago
JSON representation
Rhoa is a Vue.js 2.0 mini No UI components for Web.
- Host: GitHub
- URL: https://github.com/isuke/rhoa
- Owner: isuke
- Created: 2017-11-30T14:23:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T14:48:27.000Z (over 7 years ago)
- Last Synced: 2025-03-07T02:17:08.165Z (over 1 year ago)
- Topics: single-file-component, vuejs, vuejs2
- Language: CoffeeScript
- Homepage: https://isuke.github.io/rhoa-doc/
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectlinks:
:sectnums:
:source-highlighter: highlightjs
:toc: left
:toclevels: 1
= Rhoa image:https://travis-ci.org/isuke/rhoa.svg?branch=master["Build Status", link="https://travis-ci.org/isuke/rhoa"]
A Vue.js 2.0 usueful **No UI** components for Web.
https://isuke.github.io/rhoa-doc/[Document]
== Usage
=== CDN
[source,html]
----
window.Rhoa.install(Vue, {})
----
=== NPM
[source,sh]
----
$ npm install rhoa --save
# or
$ yarn add rhoa
----
[source,html]
----
import * as rhoa from 'rhoa'
export default = {
components: {
'smart-link': rhoa.SmartLink
}
};
----
== Test
[source,sh]
----
$ yarn run test
----
== Deploy
[source,sh]
----
$ deploy 1.x.x
----