0.1.3 • Published 7 years ago

rhoa v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago