1.0.31 • Published 3 years ago

vue-plugin-avatarlist v1.0.31

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-plugin-avatarlist

A Vue.js project

Build Setup

use

<avatar-list :avatarList='data' :max='2' tip_position='bottom'></avatar-list>
...
data: [
        {
          url:'http://xxx',
          tip: 'xx'
        },
        ...
    ]
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.2

3 years ago

0.1.2

3 years ago

1.0.31

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago