@jabama/vue-carousel

v0.22.0
A flexible, responsive, touch-friendly carousel for Vue.js
Vue carousel slider responsive

build

webpack --config webpack.prod.js && npm run updateDocAssets

coveralls

cat coverage/client/lcov.info | ./node_modules/.bin/coveralls

dev

vue-play start --standalone

dev:build

vue-play build

docs:build

npm run build && rm -rf ./docs/public && mkdir ./docs/public/ && cd ./docs/public/ && git init && git remote add origin [email protected]:SSENSE/vue-carousel.git && git fetch && git checkout -f gh-pages && cd .. && npm install && ./node_modules/.bin/hexo clean && ./node_modules/.bin/hexo generate

lint

prettier-eslint --write "src/**/?(*.js|*.vue)" || exit 1

precommit

lint-staged && npm run test

test

npm run test:client

test:client

jest --config tests/client.jest.json

test:client:coverage

jest --config tests/client.jest.json --coverage

test-coverage

npm run test:client:coverage

updateDocAssets

cp ./dist/vue-carousel.min.js ./docs/themes/vue/source/js/
npm i @jabama/vue-carousel

Metadata

Downloads