pelelajs
v0.5.13
Published
<p align="center"> <img src="https://unpkg.com/pelelajs/icons/pelela.png" alt="PelelaJS Logo" width="200"> </p>
Readme
PelelaJS
PelelaJS is a didactic UI framework designed for learning Web Programming. It focuses on clarity, simplicity, and the Model-View-Controller (MVC) pattern.
Features
- 🧩 Declarative Bindings: Easily link your Model to the DOM.
- 🔄 Reactivity: Automatically update the UI when the state changes.
- 🛣️ Routing: Simple, file-based routing support.
- 🛠️ CLI Support: Bootstrap new projects in seconds with
pelela init. - 🔌 Vite Integration: First-class support for modern build tools.
Getting Started
Initialize a new project
The easiest way to start is using our CLI:
pnpm add -g pelelajs
pelela init my-app
cd my-app
pnpm install
pnpm devManual Installation
pnpm add pelelajsDocumentation
For full documentation and examples, please visit the GitHub Repository.
Developed with ❤️ by the Uqbar Project.
