vuex-module-decorators

v1.2.0
Decorators to make class-like Vuex modules
vuex vue typescript decorators

clean

rimraf dist .rpt2_cache

distclean

rimraf .nyc_output coverage dist .rpt2_cache

postinstall

node -e "try{require('./postinstall')}catch(e){}"

prebuild

npm run clean

build

rollup -c

prepublishOnly

npm run build

pretest

npm run build && npm run lint

test

cd test && mocha -r ts-node/register "**/*.ts"

test:dirty

cd test && mocha -r ts-node/register "**/*.ts"

cover

nyc npm test

prereport

npm run cover

report

nyc report --reporter lcov --reporter html

docs:build

vuepress build docs

docs:serve

vuepress dev docs

lint

tslint --project .

lint:fix

tslint --project . --fix

Metadata

  • MIT
  • >= 8
  • Arnav Gupta
  • released 11/22/2021

Downloads

Maintainers