Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Punk-and-The-Monk committed Jul 24, 2020
1 parent a6480fd commit b79c178
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 21 deletions.
24 changes: 5 additions & 19 deletions react-admin/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 项目地址
react-admin.linfeng.space


## git alias
co = checkout
ci = commit
Expand All @@ -8,22 +12,4 @@ dt = difftool
ca = commit -am
b = branch

## 用到的包跟插件
```json
["devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.8",
"extract-text-webpack-plugin": "3.0.2",
"html-webpack-plugin": "2.30.1",
"sass-loader": "6.0.6",
"style-loader": "0.19.1",
"webpack": "3.10.0"
},
"dependencies": {
"react": "16.2.0",
"react-dom": "16.2.0"
}]
```

Empty file added 学习笔记/babel.md
Empty file.
3 changes: 1 addition & 2 deletions 学习笔记/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ react-loadable, 根据需要加载页面,而不是一次性加载


##
1. css reset, normalize.css 用来消除不同浏览器之中 css 默认样式的差异
2. html 的顺序对样式的呈现也有影响.
1. css reset, normalize.css 用来消除不同浏览器之中 css 默认样式的差异
Loading

0 comments on commit b79c178

Please sign in to comment.