FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
requirejs/index.html at master · MiniSpringBootTutorial/requirejs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MiniSpringBootTutorial
/
requirejs
Public
forked from
requirejs/requirejs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
requirejs
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (17 loc) · 790 Bytes
Breadcrumbs
requirejs
/
index.html
Copy path
File metadata and controls
21 lines (17 loc) · 790 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<
div
id
="
intro
"
class
="
mono
"
>
<
p
>
/* ---
</
p
>
<
p
>
RequireJS is a JavaScript file and module loader. It is optimized for
in-browser use, but it can be used in other JavaScript environments,
like Rhino and
<
a
href
="
requirejs/tree/master/docs/node.md
"
>
Node
</
a
>
. Using
a modular script loader like RequireJS will improve the speed and
quality of your code.
</
p
>
<
p
>
IE 6+ .......... compatible ✔
<
br
>
Firefox 2+ ..... compatible ✔
<
br
>
Safari 3.2+ .... compatible ✔
<
br
>
Chrome 3+ ...... compatible ✔
<
br
>
Opera 10+ ...... compatible ✔
</
p
>
<
p
>
<
a
href
="
requirejs/tree/master/docs/start.md
"
>
Get started
</
a
>
then check out the
<
a
href
="
requirejs/tree/master/docs/api.md
"
>
API
</
a
>
.
</
p
>
<
p
>
--- */
</
p
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL