An open API service indexing awesome lists of open source software.

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.

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
----