0.4.6 • Published 8 months ago
vuuri v0.4.6
Usage
<vuuri v-model="items">
<template #item="{ item }">
<YourComponent :item="item"/>
</template>
</vuuri>
Automatic CRUD Updates
You just worry about writing 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
Credits
Vuuri is a simple wrapper for Vue.js and full credits go to the author of the Muuri library: Niklas Rämö Assets from this page were inspired and taken from the original Muuri website.
0.4.6
8 months ago
0.4.5
1 year ago
0.4.4
1 year ago
0.4.3
1 year ago
0.4.2
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.3.3
4 years ago
0.3.0
4 years ago
0.3.2
4 years ago
0.3.1
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago