An open API service indexing awesome lists of open source software.

https://github.com/dannyyassine/vuuri

Vue Muuri Integration: the abstraction over the Muuri library for creating dynamic layouts in vue.js
https://github.com/dannyyassine/vuuri

dynamic-layout muuri vue vue-muuri vuejs

Last synced: about 1 year ago
JSON representation

Vue Muuri Integration: the abstraction over the Muuri library for creating dynamic layouts in vue.js

Awesome Lists containing this project

README

          


logo.png


Library Version
Build Status




Minified size
Downloads


The Vue Muuri Integration:



The abstraction over the Muuri library for creating dynamic layouts in vue.js

## Usage

```vue



```

## Automatic CRUD Updates

You just worry about writing javascript

```javascript
// adding
this.items.push(newItem);

// removing
this.items.splice(1, 0);
```

Vuuri takes care of the rest. Vuuri figures out what you did
in the items array to do the right update.

## Documentation

* [Go to website](https://dannyyassine.github.io/vuuri)

* [Go to docs](https://dannyyassine.github.io/vuuri/guide/install.html)

## Credits

Vuuri is a simple wrapper for Vue.js and full credits go to
the author of the Muuri library: [Niklas Rämö](https://github.com/niklasramo)
Assets from this page were inspired and taken from the
original [Muuri website](https://muuri.dev/).