This example demonstrates how to setup Vime with HTML via the @vime/core package. See index.html.
Run the following commands to serve the example.
$: git clone https://github.com/vime-js/vime --depth=1
$: cd vime/examples/html
$: npm install
$: npm run dev