Skip to content

velto-framework/runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velto Runtime

The runtime for Velto

🚀 Features

  • Load and render .velto files in the browser
  • XML‑style markup with custom Velto tags
  • Simple tag‑to‑DOM mapping system
  • Extensible architecture for future components, styling, and events
  • Zero dependencies

Installation

Velto is designed for no installation, running directly in the browser, so all you need to do is load the Velto runtime script, like this:

<script src="https://velto-framework.github.io/runtime/velto.js"></script>

Then, create an index.html like you would a regular HTML website, and inside the body add this:

<div id="app"></div>

<script src="https://velto-framework.github.io/runtime/velto.js"></script>
<script>
  renderVelto("./index.velto", "#app");
</script>

and make sure you have an index.velto (or whatever you called your Velto file.) You must load the Velto runtime before the Velto file.

About

The runtime for Velto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •