Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Basic Sample of Vite OpenFL Plugin

This sample demonstrates how to use Vite to build an OpenFL application targeting html5. It displays a simple rectangle.

Instructions

To start a local development server, run the following command. Then, open http://localhost:5173/ in a web browser.

npm start

To build a production JavaScript bundle, run the following command:

npm run build

Links