@vuex-orm/core

v0.36.4
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
vue vuex vuex-plugin vuex-orm orm

build

node scripts/build.js

clean

rm -rf dist && rm -rf dist && rm -rf coverage && rm -rf .nyc_output && rm -rf .tmp

lint

prettier --write --parser typescript "{src,test}/**/*.ts"

lint:fail

prettier --check --parser typescript "{src,test}/**/*.ts"

test

jest --testPathIgnorePatterns test/performance

test:watch

jest --testPathIgnorePatterns test/performance --watch

test:perf

jest --testPathIgnorePatterns test/{feature,unit}

test:perf:watch

jest --testPathIgnorePatterns test/{feature,unit} --watch

test:all

jest

coverage

jest --testPathIgnorePatterns test/performance --collect-coverage

docs

vuepress dev docs

docs:build

vuepress build docs

docs:deploy

bash ./docs/deploy.sh

changelog

conventional-changelog -p angular -i CHANGELOG.md -s

release

node scripts/release.js
npm i @vuex-orm/[email protected]

Metadata

  • MIT
  • Whatever
  • Kia Ishii
  • released 5/7/2021

Downloads

Maintainers