Skip to content

Commit 2bbe916

Browse files
author
pingqixing
committed
增加require.js的练习代码
1 parent 09cc0bc commit 2bbe916

File tree

5 files changed

+2292
-1
lines changed

5 files changed

+2292
-1
lines changed

.vscode/launch.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"request": "launch",
77
"name": "Launch Chrome against localhost",
88
// "url": "http://localhost:8080",
9-
"file": "${workspaceRoot}/index.html",
9+
// "file": "${workspaceRoot}/index.html",
10+
"file": "${workspaceRoot}/requireDemo.html",
1011
"webRoot": "${workspaceRoot}"
1112
},
1213
{

0 commit comments

Comments
 (0)