@j0nz/vuexcellent

2.0.0 • 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 @j0nz/vuexcellent
yarn add @j0nz/vuexcellent

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

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

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

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

import { mapState } from '@j0nz/vuexcellent'

Readme

Keywords

none

Package Sidebar

Install

npm i @j0nz/vuexcellent

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

8.71 kB

Total Files

7

Last publish

Collaborators

  • reed-jones