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
- Host: GitHub
- URL: https://github.com/dannyyassine/vuuri
- Owner: dannyYassine
- Created: 2020-12-25T13:38:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T00:55:02.000Z (over 1 year ago)
- Last Synced: 2025-04-11T11:37:39.880Z (about 1 year ago)
- Topics: dynamic-layout, muuri, vue, vue-muuri, vuejs
- Language: Vue
- Homepage: https://dannyyassine.github.io/vuuri/
- Size: 2.89 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/).