Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusaxweb/vuenut
⚙️ Developer tools for vue js (Vuex)
https://github.com/lusaxweb/vuenut
componet javascript library vue vue-components vue2 vuejs vuenut vuex
Last synced: 12 days ago
JSON representation
⚙️ Developer tools for vue js (Vuex)
- Host: GitHub
- URL: https://github.com/lusaxweb/vuenut
- Owner: lusaxweb
- License: mit
- Created: 2018-03-27T22:03:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T02:32:14.000Z (over 6 years ago)
- Last Synced: 2024-05-01T17:05:21.057Z (6 months ago)
- Topics: componet, javascript, library, vue, vue-components, vue2, vuejs, vuenut, vuex
- Language: Vue
- Homepage: https://lusaxweb.github.io/vuenut.org/
- Size: 8.97 MB
- Stars: 304
- Watchers: 9
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[Vuenut](https://lusaxweb.github.io/vuenut.org/) is a Vue.js component that visualizes, manipulates, and saves state data from [vuex](https://vuex.vuejs.org/en/).
## Advantage
If your application uses a [vuex](https://vuex.vuejs.org/en/) store to maintain state, vuenut gives you the following advantages:
- Easy to implement the store
- Does not affect other libraries or components
- Saves 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 workflow and help programmers who love simple fast and effective tools. You can do great things with vuenut with the just 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 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 with 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 PatronVuenut 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/)
## License
[MIT](https://github.com/lusaxweb/vuenut/blob/master/LICENSE)