Looking for Vue 2?
This example was bootstrapped with Vue CLI, and demonstrates how to setup
Vime with Vue 3 via the @vime/vue-next
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-next
$: npm install
$: npm run dev