Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 496 Bytes

@vime/vue-next-example

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.

Usage

$: git clone https://github.com/vime-js/vime --depth=1

$: cd vime/examples/vue-next

$: npm install

$: npm run dev