Skip to content

lamhotsimamora/VonyJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vony JS - Simple, Clean, & Fast Javascript Framework

Vony({id:'app'}).set("Hello World");
Vony({id:'app'}).on("click",()=>{
    // start fire !
});
Vony({id:'app'}).clear();
Vony({id:'app'}).enabled();
Vony({id:'app'}).disabled();
Vony({id:'app'}).get();
Vony({url:'example.com',method:'post'}).ajax((response)=>{
    // start fire !
});
Vony({urlRoute:'/login.html',title:'Login'}).route(()=>{
    // start fire !
})

Releases

No releases published

Packages

No packages published