vue2-thumb-grid
v0.1.0
Published
Vue2ThumbGrid: Vue2 component
Maintainers
Readme
Vue2ThumbGrid
Vue2ThumbGrid Component for Vue 2.x
Install
npm install vue2-thumb-grid --saveUsage
1. Import the component
import Vue2ThumbGrid from 'vue2-thumb-grid';2.1 Use it globally
Vue.use(Vue2ThumbGrid);2.2 Or use it locally
components: {
'vue2-thumb-grid': Vue2ThumbGrid
},3. Update your app or template:
<div>
...
<vue2-thumb-grid></vue2-thumb-grid>
...
</div>Example
See index.html for example use
Contributing
Contributions are welcome
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build