vuex-ltm

v1.1.3
Vuex - Long Term Memory: Async modular persistence for Vuex store.
Vuex persistence

build

npm run build:types && npm run build:code && npm run build:docs

build:code

rollup --config rollup.config.js

build:docs

typedoc --excludePrivate --excludeExternals --name "Vuex - Long Term Memory" --out docs src && copyfiles --all --up 1 "docs-misc/.circleci/config.yml" "docs"

build:types

tsc --project tsconfig.types.json

check

es-check es5 dist/es5/*.js

clean

rimraf "{coverage,dist,docs,releases}/{*,.*}"

fix

npm run lint -- --fix

lint

eslint --ext .js,.ts src test *.js

prepare

husky install

prepublishOnly

npm run clean && npm run build

test

cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test-watch

cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --watch

test:versions

run-s "test:versions:*"

test:versions:01

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:02

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:03

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:04

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:05

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:06

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:07

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:08

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:09

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:10

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:11

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

test:versions:12

npm install [email protected] [email protected] && cross-env "TS_NODE_PROJECT=./tsconfig.test.json" mocha --exit

Metadata

Downloads