0.0.1 • Published 5 years ago

vue-star-half v0.0.1

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

vue-star-half

Installation

npm i --save-dev vue-star-half

Browser

Include the script file, then install the component with Vue.use(VueStarCore); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-star-half/dist/vue-star-half.min.js"></script>
<script type="text/javascript">
  Vue.use(VueStarCore);
</script>

Module

import VueStarCore from 'vue-star-half';

Usage

Once installed, it can be used in a template as simply as:

<vue-star-half></vue-star-half>