Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 326 Bytes

@vime/html-example

This example demonstrates how to setup Vime with HTML via the @vime/core package. See index.html.

Usage

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