UNPKG

web-signature

Version:

Primitive and fast framework for rendering web interfaces

32 lines (21 loc) 958 B
# Signature ![](./Signature.svg) [![GitHub package.json version](https://img.shields.io/github/package-json/v/Pinbib/Signature?style=plastic&logo=github)](https://github.com/Pinbib/Signature)[![NPM Version](https://img.shields.io/npm/v/web-signature?style=plastic&logo=npm)](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)