vue-act-master

v0.0.6
Plugin for organizing events in Vue app;

build

rm -rf ./dist && tsc -p .

dev:watch

concurrently --kill-others 'nodemon' 'npm run serve'

dev

npm run build && npm run serve

lint:fix

eslint --fix --ext .ts .

serve

webpack-dev-server --config ./example/webpack.config.js

start

npm run dev

test:watch

jest --watch

test

jest

type-check:watch

npm run type-check -- --watch

type-check

tsc -p . --noEmit

prepublish

npm run test && npm run build

Metadata

  • MIT
  • Whatever
  • avil13
  • released 5/2/2020

Downloads

Maintainers