Skip to content
/ rhoa Public

Rhoa is a Vue.js 2.0 mini No UI components for Web.

Notifications You must be signed in to change notification settings

isuke/rhoa

Repository files navigation

Rhoa Build Status

Table of Contents

A Vue.js 2.0 usueful No UI components for Web.

<script srt="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/rhoa/dist/rhoa.min.js"></script>
<script>
  window.Rhoa.install(Vue, {})
</script>
$ npm install rhoa --save
# or
$ yarn add rhoa
<template>
  <div class="main">
    <smart-link href="/logout" method="delete" text="Log out" is-reseted-style></smart-link>
  </div>
</template>

<script>
import * as rhoa from 'rhoa'

export default = {
  components: {
    'smart-link': rhoa.SmartLink
  }
};
</script>
$ yarn run test
$ deploy 1.x.x