Ecosyste.ms: Awesome

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

https://lusaxweb.github.io/vuenut.org/

Vuenut.org
https://lusaxweb.github.io/vuenut.org/

documentation organization page vue vuejs vuenut

Last synced: 2 months ago
JSON representation

Vuenut.org

Lists

README

        



vuenut

# Introduction

Vuenut is a component based on vue js that is responsible for manipulating save and visualize the data of [vuex](https://vuex.vuejs.org/en/) to facilitate the work and improve the production.

## Advantage

In case of having an application or system that includes a store to maintain the states (vuex) in the case of vuejs vuenut gives you the following advantages

- Easy to implement the store
- Does not affect other libraries or components
- Saves the settings in the browser storage
- Easy to add to any project with either webpack or CDN
- A very nice and intuitive interface

## What can you do with vuenut?

This component is designed to improve and help us programmers who love the simple fast and effective you can do with vuenut great things but with the simplicity of a click

- Visualize the entire store as a tree of nodes so as not to get lost
- Get the final route of the data to add it only with a simple `ctl v`
- Edit the value you want and where you want by changing the data in the whole application
- Save the store to reuse it at any time and return to that point of the system
- Export the current store to give it to another developer or import it later
- Import a store
- And many more incredible features

# Demo

[Codepen](https://codepen.io/lusaxweb/pen/dmLEKv)

# Browser Support
Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+

# Quick-start CDN

```html

vuenut demo



new Vue({
}).$mount('#app')

```

# CDN

- https://unpkg.com/vuenut/dist/vuenut.umd.js
- https://unpkg.com/vuenut/dist/vuenut.css

# install en Proyecto NPM
``` bash
# npm
npm install vuenut
```

``` bash
# yarn
yarn add vuenut
```

## Use

```javascript
import Vue from 'vue'
import Vuenut from 'vuenut'

import 'vuenut/dist/vuenut.css'
Vue.use(Vuenut)
```
## Become a Patron

Vuenut is an open source MIT project if you want to contribute to keep improving, If you are interested in supporting this project, please consider becoming a patron. [[patron](https://www.patreon.com/bePatron?c=1567892)]

## Lusaxweb

This library was created and is supported by [Lusaxweb](http://www.lusaxweb.com.ve/)