Skip to content

Latest commit

 

History

History
 
 

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@vime/react-example

This example was bootstrapped with Create React App, and demonstrates how to setup Vime with React via the @vime/react package. The main file to look at is App.tsx, and if you're interested in building custom components see TapSidesToSeek.tsx.

Usage

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

$: cd vime/examples/react

$: npm install

$: npm run dev