vue-fela

v0.0.4
Fela bindings for vue

clean

rimraf dist

build

node build/build.js

build:dll

webpack --progress --config build/webpack.config.dll.js

lint

yon run lint:js && yon run lint:css

lint:js

eslint --ext js --ext jsx --ext vue src test/**/*.spec.js test/*.js build

lint:js:fix

yon run lint:js -- --fix

lint:css

stylelint src/**/*.{vue,css}

lint:staged

lint-staged

pretest

yon run lint

test

cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run

dev

webpack-dashboard -- webpack-dev-server --config build/webpack.config.dev.js --open

dev:coverage

cross-env BABEL_ENV=test karma start test/karma.conf.js

prepublish

yon run build

Metadata

Downloads

Maintainers