0.1.3 • Published 6 years ago

rhoa v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago