2.0.0 • Published 4 years ago

@j0nz/vuexcellent v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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'
2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago