vuex-functional

v1.0.5
Functional-style accessors for the Vuex store
vuex vue composition api functional accessor

build

npm run build:es && npm run build:cjs

build:es

tsc --module esnext --outDir dist/es

build:cjs

tsc --module commonjs --outDir dist/cjs

test

jest --coverage

lint

npm run lint:tsc && npm run lint:tslint

lint:tsc

tsc --noEmit

lint:tslint

tslint -c tslint.json -p .

preversion

npm run lint && npm run test && npm run build

prepublish

npm run lint && npm run test && npm run build

Metadata

  • MIT
  • Whatever
  • Steven Jimenez
  • released 11/3/2019

Downloads

Maintainers