web-signature
Version:
Primitive and fast framework for rendering web interfaces
32 lines (21 loc) • 958 B
Markdown
# Signature

[](https://github.com/Pinbib/Signature)[](https://www.npmjs.com/package/web-signature)
This is a primitive and simple component-based declarative rendering framework.
# Features
- Simplicity and primitiveness
- Declarative rendering
- Flexibility, and Object-Oriented Architecture
# Quick Start
To get started with Signature, simply run this command:
```bash
npm create signature@latest
```
You will be offered several project templates (almost all templates use Vite). After creating the project, follow the
instructions to install dependencies and run:
```bash
cd <your-project-name>
npm install
npm run dev
```
# [Documentation](https://github.com/Pinbib/Signature/tree/main/docs)