v-query
A vue directive to bind an input to the url query string.
Uses Inertia.js to navigate upon value change.
Test drive all inputs: view demo
Install
npm install @jetstreamkit/v-query
import vQuery from 'jetstreamkit/v-query/src/index';
app.use(vQuery);