Skip to content

Commit

Permalink
feat: index.htnl, build-tools.md, css.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ceorleorn committed Nov 25, 2020
1 parent 87495df commit 1eada0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="front end roadmap" />
<meta name="description" content="前端学习路线" />
<meta name="description" content="前端学习路线 👨🏻‍💻好好学习,天天敲代码 " />
<title>前端学习路线</title>
</head>

Expand Down
6 changes: 3 additions & 3 deletions src/page/guide/md/build-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

## 📄 文章

- [webpack 中文官方文档](https://www.webpackjs.com/concepts/)
- [webpack demos-阮一峰老师出品](https://github.com/ruanyf/webpack-demos)
- [rollupg官方文档](https://rollupjs.org/guide/en/)
- [Webpack 中文官方文档](https://www.webpackjs.com/concepts/)
- [Webpack demos-阮一峰老师出品](https://github.com/ruanyf/webpack-demos)
- [Rollupg官方文档](https://rollupjs.org/guide/en/)
- [Snowpack官方文档](https://www.snowpack.dev/)
- [精读《snowpack》](https://zhuanlan.zhihu.com/p/144993158)
- [vitejs/vite](Native-ESM powered web dev build tool. It's fast)
1 change: 1 addition & 0 deletions src/page/guide/md/css.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CSS

## 重点掌握
- 布局(盒模型、定位、浮动、flex等)
- 响应式设计
Expand Down

0 comments on commit 1eada0b

Please sign in to comment.