GithubHelp home page GithubHelp logo

awwaiid / vuenut Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lusaxweb/vuenut

0.0 1.0 0.0 9.18 MB

⚙️ Developer tools for vue js (Vuex)

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

License: MIT License

HTML 0.52% Vue 90.08% CSS 1.34% JavaScript 8.06%

vuenut's Introduction

vuenut

Introduction

Vuenut is a Vue.js component that visualizes, manipulates, and saves state data from vuex.

vuenut

Advantage

If your application uses a vuex 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

Browser Support

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

Quick-start CDN

<!DOCTYPE html>
<title>vuenut demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuenut/dist/vuenut.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/vuenut/dist/vuenut.css">

<div id="app">
  <vuenut :store="$store.state"/>
</div>

<script>
new Vue({
}).$mount('#app')
</script>

CDN

install with NPM

# npm
npm install vuenut
# yarn
yarn add vuenut

Use

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]

Lusaxweb

This library was created and is supported by Lusaxweb

License

MIT

vuenut's People

Contributors

luisdanielroviracontreras avatar unclejustin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.