UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

15 lines (14 loc) 283 B
<html> <head> <script> var dojoConfig = { packages: [ { name: 'dojo', location: 'node_modules/dojo' } ] }; </script> <script type="text/javascript" src="../../../../dojo.js"></script> </head> <body> </body> </html>