Use Dojo from CDN
Load Dojo through <script> tags in your HTML page pointing to Google CDN.
Example:
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.11.2/dojo/dojo.js"></script>
Install Dojo with Bower
Type the following command in your project directory:
bowe...
This example is a sample page that shows how to use Dojo to display a "Hello world" text inside <h1> tag.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dojo sample</title>
<script src="//ajax.go...