@vuexcellent/vuex

2.0.2 • Public • Published

Vuexcellent

Vuexcellent is an easy to use way to load data from your Laravel backend to your Vuex managed front end. For more info visit Vuexcellent

This is the repo containing the Vue.js component of Vuexcellent.

Vue.js installation

npm install @vuexcellent/vuex
yarn add @vuexcellent/vuex

Now just use @vuexcellent/vuex instead of vuex when you are creating your store.

import Vuex, { Store } from '@vuexcellent/vuex'

const store = new Store({
    //...

All vuex options are re-exported from vuexcellent for ease of use. For example:

import { mapState } from '@vuexcellent/vuex'

Readme

Keywords

none

Package Sidebar

Install

npm i @vuexcellent/vuex

Weekly Downloads

15

Version

2.0.2

License

ISC

Unpacked Size

9.1 kB

Total Files

7

Last publish

Collaborators

  • reed-jones