vue-star-half
v0.0.1
Published
A Vue.js component
Downloads
2
Readme
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>