Skip to content

krecent/dashjs

Repository files navigation

DashJS

Software License

DashJS is a Javascript library specially designed for dashboard based web apps but also can be used for all web application. DashJS handles events, asyncronous views/pages, AJAX requests and responses, form handling, resource actions etc., allowing you to concentrate on your application logic.

Install

Include dist/dash.min.js in dashboard home

<script src="js/dashjs.min.js"></script>

npm
npm i dashjs --save

Usage

All functionality is wrapped within the Dash object.

Dash.request('route/to/your/server', data, function(response) {
	console.log(response);
	
	// Do whatever you want with response
});

Documentation

Documentation here

Contributing

Contributions are welcome, Check Here :)

License

The MIT License (MIT). Please see License File for more information.

About

A Javascript library for building single page web applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published