UNPKG

awesome-vue-star-rating

Version:

A simple, highly customisable star rating component for Vue 2.x without any external libraries

9 lines (6 loc) 136 B
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App), }).$mount('#app')