Skip to content

feathersjs-ecosystem/feathers-vuex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8643bd7 · Nov 16, 2021
Oct 25, 2019
Jun 8, 2020
Sep 27, 2021
Nov 16, 2021
Jan 31, 2020
Nov 16, 2021
Jun 7, 2019
Mar 13, 2017
Nov 11, 2019
Mar 13, 2017
Jun 30, 2018
Nov 27, 2019
Aug 26, 2017
Mar 13, 2017
Jan 31, 2020
May 1, 2017
Mar 25, 2019
Nov 12, 2021
Nov 12, 2021
Apr 16, 2018
Dec 1, 2019
Dec 1, 2019

Repository files navigation

Feathers-Vuex

Build Status Dependency Status Download Status Greenkeeper badge

Feathers-Vuex is a first class integration of FeathersJS and Vuex. It implements many Redux best practices under the hood, eliminates a lot of boilerplate code with flexible data modeling, and still allows you to easily customize the Vuex store.

feathers-vuex service logo

Demo & Documentation

Demo

See https://vuex.feathersjs.com for full documentation.

Installation

npm install feathers-vuex --save
yarn add feathers-vuex

IMPORTANT: Feathers-Vuex is (and requires to be) published in ES6 format for full compatibility with JS classes. If your project uses Babel, it must be configured properly. See the Project Configuration section for more information.

Contributing

This repo is pre-configured to work with the Visual Studio Code debugger. After running yarn install, use the "Mocha Tests" debug script for a smooth debugging experience.

License

Copyright (c) Forever and Ever, or at least the current year.

Licensed under the MIT license.