Looking for Vue 3?
This example was bootstrapped with Vue CLI, and demonstrates how to setup
Vime with Vue 2 via the @vime/vue
package. See src/App.vue
, and if you're
interested in building custom components see src/TapSidesToSeek.vue
.
$: git clone https://github.com/vime-js/vime --depth=1
$: cd vime/examples/vue
$: npm install
$: npm run dev