Home

Awesome

<p align="center"> <a href="https://lusaxweb.github.io/vuenut.org/"> <img src="https://lusaxweb.github.io/vuenut.org/css/images/vuenut01.png" alt="vuenut"> </a> </p>

Introduction

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

<p align="center"> <a href="https://lusaxweb.github.io/vuenut.org/"> <img src="https://github.com/lusaxweb/vuenut/blob/master/src/public/img/vuenut.gif" alt="vuenut"> </a> </p>

Advantage

If your application uses a vuex store to maintain state, vuenut gives you the following advantages:

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.

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