rhoa

0.1.3 • Public • Published

Rhoa

wercker status

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

Document

Usage

CDN

<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

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

Test

$ yarn run test

Deploy

$ deploy 1.x.x

Readme

Keywords

none

Package Sidebar

Install

npm i rhoa

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

229 kB

Total Files

19

Last publish

Collaborators

  • isuke