vue-thin-modal

v1.2.1
Thin but powerful modal component of Vue.js
modal component Vue

prepublishOnly

npm run release

clean

rm -rf dist

build

cross-env NODE_ENV=production node scripts/build.js

build:example

webpack --config examples/webpack.config.js

build:play

vbuild --config play.config.js

dev

chokidar "src/**/*" --initial --silent -c "npm run build"

dev:test

jest --watch

dev:example

webpack-dev-server --inline --hot --config examples/webpack.config.js

play

vbuild dev --config play.config.js

flow

flow check

lint

eslint --fix "@(src|scripts|play)/**/*.js"

test

jest

release

run-s lint flow test clean build

Metadata

  • MIT
  • Whatever
  • katashin
  • released 12/5/2018

Downloads

Maintainers