个人(前端)学习日记

个人(前端)学习日记

一、HTML

链接(W3C官网):

https://www.w3school.com.cn/html/index.asp

二、CSS

链接(W3C官网):

https://www.w3school.com.cn/css/index.asp

三、HTML5

链接(W3C官网):

https://www.w3school.com.cn/html/html5_intro.asp

四、CSS3

链接(W3C官网):

https://www.w3school.com.cn/css/index.asp

五、js

链接(W3C官网):

https://www.w3school.com.cn/js/index.asp

前端JS规范文档:https://www.xuanfengge.com/fedoc/

前端性能优化点:https://xuanfengge.com/fedoc/performance.html

前端性能优化相关编码规范:https://xuanfengge.com/fedoc/code.html

六、less

链接(less官网):

https://less.bootcss.com/

七、Bootstrap

链接(Bootstrap官网):

https://www.bootcss.com/

八、jQuery学习

链接(jQuery网或w3c)

https://www.jquery123.com/

https://www.w3school.com.cn/jquery/index.asp

九、AJAX学习

链接(jQuery网站或w3c)

https://www.jquery123.com/category/ajax/

https://www.w3school.com.cn/ajax/index.asp

参考文档:https://blog.csdn.net/weixin_44260420/article/details/93722037

十、Node.js学习

链接(Node.js官网)

中文网:文档http://nodejs.cn/api/教程http://nodejs.cn/learn

https://nodejs.org/dist/latest-v14.x/docs/api/

十一、MongoDB学习

链接(官网)

文档:https://docs.mongoing.com/

基础:https://university.mongodb.com/courses/M001/about

面向JS:https://university.mongodb.com/courses/M220JS/about

十二、ES6~学习

链接:https://es6.ruanyifeng.com/
https://www.babeljs.cn/docs/learn

十三、JS模块化

链接:https://www.cnblogs.com/Yellow-ice/p/10639029.html
https://auth0.com/blog/javascript-module-systems-showdown/

十四、Grunt

链接:https://www.gruntjs.net/

十五、Gulp

链接:https://www.gulpjs.com.cn/docs/getting-started/quick-start/

十六、Webpack

链接:https://www.webpackjs.com/

十七、Promise

链接:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise

十八、Axios

链接:http://www.axios-js.com/zh-cn/docs/

十九、Mpvue

链接:http://mpvue.com/mpvue/quickstart.html

二十、Ts

链接:https://typescript.bootcss.com/

二十一、React

链接:https://react.docschina.org/

二十二、微信小程序

链接:https://developers.weixin.qq.com/miniprogram/dev/framework/

二十三、Vue

链接:https://cn.vuejs.org/index.html

二十四、redux

链接:https://www.reduxjs.cn/

二十五、react-router

http://react-guide.github.io/react-router-cn/docs/Introduction.html

Guess you like

Origin blog.csdn.net/qq_56180999/article/details/117549595