Vue Knob / Guides / Demos

The demos follow the standard Vue setup using vue-cli.

The @websanova/vue-knob package is an alias to the root folder and not actually installed in the demo.

Vue 2.x

Check the live demo online.

> git clone https://github.com/websanova/vue-knob.git vue-knob
> cd vue-knob/demos/2.x
> npm install
> npm run dev

Vue 3.x

This will eventually be set up once a stable release of Vue 3 is out.