html - requireJS


/ Published in: HTML
Save to your folder(s)

the HTML for my tutorial on using requireJS


Copy this code and paste it in your HTML
  1. <head>
  2. <script data-main="mainapp" src="lib/require.js"></script>
  3. </head>
  4. <body>
  5. </body>
  6. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.