@imgix/vue

v3.1.1
A simple yet powerful integration between Vue and Imgix
vue imgix component

dev

vite

lint

eslint --ext .js,.vue --ignore-path .gitignore --fix src

test

run-s test:unit test:e2e

build

yarn clean && vite build && yarn build:min

clean

rm -rf dist

serve

vite preview

lint:ci

eslint --no-fix --max-warnings 0

prepare

run-s build

test:e2e

concurrently --n "vite,cypress" --p "[{name}]" -c "green,yellow" "yarn dev" "npx cypress run --browser chrome" --kill-others --success first

build:min

vite build -- --minify

test:unit

vitest

prepublishOnly

run-s build

release:dryRun

npx node-env-run --exec 'npx semantic-release --dryRun'
npm i @imgix/vue

Metadata

Downloads