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