这里记录了我的前端笔记。
- node版本需要在16.17.1或更高
- npm install
- npm start
- 访问http://localhost:3000/pages
- 核心
- css
- js
- dom
- bom
- html
- selector
- meta
- svg
- canvas
- animation
- http
- 对第三方js库的尝试
- jquery
- d3(数据驱动,绘制svg库)
- velocity(动画库)
- tween(使用requestAnimationFrame驱动的动画库)
- parsley(表单验证)
- openlayers(地图)
- 其它
- dd(模仿黄韬写的工具类)