Skip to content

A proof of concept for using indexing functions in Vuex getters to reduce memory-footprint without sacrificing speed.

Notifications You must be signed in to change notification settings

aidangarza/vuex-indexed-getters

Repository files navigation

Vuex Indexed Getters

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Special Thanks

This demo was created using @vue/cli version 3 (npm install -g @vue/cli). If you work with Vue, the vue cli is an amazing resource for quickly setting up projects.

About

A proof of concept for using indexing functions in Vuex getters to reduce memory-footprint without sacrificing speed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published