Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 554 Bytes

t-star

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

组件使用说明

组件Star

  用途:可以用做页面评分功能实现
  使用Props方法进行父子之间数据传输,在父组件中引用Star组件,需要在Star标签中设置score属性和size属性

Customize configuration

See Configuration Reference.