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