Skip to content

Latest commit

 

History

History
 
 

html

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@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