vergejs

A simple Render Lib


Keywords
tiny, DOM, jquery, simple, light, js, libs
License
MIT
Install
npm install vergejs@1.3.1

Documentation

version

VergeJS

contents

Overview

jquery is overkill
Use what's right, use the light weight Verge
A lot of site need light weight rendering and simple functions and are forced to use jquery.
Dont kill your UX, use Verge

logo

Getting started

cdn

 <script src = "https://cdn.jsdelivr.net/npm/vergejs@1.0.0/index.min.js"></script>
 <script src = "https://unpkg.com/vergejs@1.0.0/index.js"></script>

hello world

 verge("#test").render("This div was created with VergeJS");
to support or show that you use our library, use these logos

cards

card 1   card 2

Logos

logo 1   logo 2

Contribute

to contribute, please format with prettier
steps to contribute
  • fork repo
  • commit
  • pull request

After review, we'll reject or approve