Home

Awesome

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

Introduction

Vuenut is a component based on vue js that is responsible for manipulating save and visualize the data of vuex 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

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

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 en Proyecto 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