Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 270 Bytes

Intro

a rating component for vue.js.

Install

npm install vue-rating --save-dev

Useage

// es6
import VueRating from 'vue-rating';

// common js
const { VueRating } = require('vue-rating');

// global
const VueRating = VueRating.default;