Skip to content

Commit

Permalink
add :react and ts
Browse files Browse the repository at this point in the history
  • Loading branch information
魏银鹏 committed Sep 13, 2018
1 parent 5977a6a commit 766193b
Show file tree
Hide file tree
Showing 11 changed files with 12,080 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-webpack-eslint-typescript/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
// vue-cli3 推荐extends
"extends": "plugin:vue-libs/recommended",
};
13 changes: 13 additions & 0 deletions react-webpack-eslint-typescript/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>react and ts</title>
</head>
<body>
<div id="root"><div>
<script src="./dist/main.js"></script>
</body>
</html>
Loading

0 comments on commit 766193b

Please sign in to comment.