Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neotan/frontend-essential
Essential frontend courses for beginners
https://github.com/neotan/frontend-essential
Last synced: 9 days ago
JSON representation
Essential frontend courses for beginners
- Host: GitHub
- URL: https://github.com/neotan/frontend-essential
- Owner: neotan
- Created: 2022-12-11T01:48:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T17:15:32.000Z (about 2 years ago)
- Last Synced: 2025-01-02T06:08:21.327Z (9 days ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-essential for my friends
## 课程
可按次序学习。ℹ至于跨浏览器兼容性,因为现代浏览器基本都已经是 webkit (Chromium/Chrome)内核,所以开发中已无需特别操。
ℹ有问题可以点击[Issues](https://github.com/neotan/frontend-essential/issues)留言提问
![image](https://user-images.githubusercontent.com/10399087/206883263-c1aca725-c5d3-4077-a250-9578d233885c.png)## 1. 基础
1. VSCode入门教程-慕课网
https://www.imooc.com/learn/11061. Chrome DevTools开发者工具调试指南-慕课网
https://www.imooc.com/learn/11641. HTML+CSS基础教程-慕课网
https://www.imooc.com/learn/91. CSS3教程_css3入门视频教程-慕课网 【忽略第8和9章,普通项目中很少用到】
https://www.imooc.com/learn/331. 六个案例学会响应式布局-慕课网
https://www.imooc.com/learn/12851. Yahoo军规网站性能优化视频教程-慕课网
https://www.imooc.com/learn/50## 2. 中级
1. JavaScript教程-JavaScript入门视频教程-慕课网
https://www.imooc.com/learn/361. JavaScript进阶篇_JavaScript进阶教程-慕课网
https://www.imooc.com/learn/10## 3. 进阶