浏览代码

webpack+ts+react

honghaitzz11 6 年之前
父节点
当前提交
8de650512f
共有 4 个文件被更改,包括 108 次插入0 次删除
  1. 12 0
      dist/index.html
  2. 96 0
      dist/main.js
  3. 0 0
      src/components/Hello.tsx
  4. 0 0
      src/index.html

+ 12 - 0
dist/index.html

@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+  <meta http-equiv="X-UA-Compatible" content="ie=edge">
+  <title>Twitter</title>
+</head>
+<body>
+<div id="app"></div>
+<script type="text/javascript" src="main.js"></script></body>
+</html>

文件差异内容过多而无法显示
+ 96 - 0
dist/main.js


+ 0 - 0
src/components/Hello.tsx


+ 0 - 0
src/index.html


部分文件因为文件数量过多而无法显示