Skip to content

Commit 468d415

Browse files
# Conflicts: # package.json
2 parents 42cccc5 + 16814db commit 468d415

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# BuildTools
2-
包含前端一些常见的构建工具与工程化与自动化
1+
### webpack4版本学习
2+
3+
>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "demo01",
33
"version": "1.0.0",
4-
"description": "包含前端一些常见的构建工具与工程化与自动化",
4+
"description": ">",
55
"main": "index.js",
66
"scripts": {
7-
"dev": ""
7+
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",

src/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport"
6+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>Title</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)