Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yxw007/h5-learn
H5成长学习项目,包含:各种基础知识(js/css/html)、mini实现(express/koa) 等
https://github.com/yxw007/h5-learn
express html-css-javascript koa webpack
Last synced: 11 days ago
JSON representation
H5成长学习项目,包含:各种基础知识(js/css/html)、mini实现(express/koa) 等
- Host: GitHub
- URL: https://github.com/yxw007/h5-learn
- Owner: yxw007
- License: mit
- Created: 2021-10-30T02:54:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T06:46:28.000Z (15 days ago)
- Last Synced: 2024-11-04T07:28:48.783Z (15 days ago)
- Topics: express, html-css-javascript, koa, webpack
- Language: JavaScript
- Homepage:
- Size: 5.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
H5学习项目(持续更新)
## 目录
- [背景](#背景)
- [项目结构](#项目结构)
- [参考资料](#参考资料)## 背景
记录本人学习 H5 过程中遇到的知识点,包含各种基础知识和手写 mini 源码,方便自己日后知识点回顾,同时也希望这个仓库能给 H5 相关同学提供一点帮助
## 项目结构
```
|-- express mini-express 实现(支持:二级路由、中间件static、bodyParser)
| `-- express
|-- git git 钩子学习
| `-- src
|-- html html相关知识
| |-- cookie
| |-- event
| |-- form
| |-- image
| `-- shadow-dom
|-- js JS相关知识
| |-- Array
| |-- BOM
| |-- Blob
| |-- Proto
| |-- Set
| |-- String
| |-- cross-domain
| |-- date
| |-- eventloop
| |-- fetch
| |-- function
| |-- generator
| |-- module
| |-- object
| |-- other
| |-- practice
| |-- promise
| |-- proxy
| |-- this
| `-- var
|-- koa mini-koa 实现(支持:中间件static、bodyparser)
| `-- koa
|-- node node相关知识demo
| |-- Buffer
| |-- event
| |-- stream
| |-- tcp
| `-- udp
|-- npm
| `-- 01-npm-install
|-- style 样式相关
| |-- attributes
| |-- flex
| |-- grid
| |-- layout
| |-- sass
| `-- transform
|-- ts ts相关知识demo
| |-- public
| `-- src
`-- webpack webpack实践
|-- 00-test
|-- 01-loader
|-- 02-debugger
|-- 03-custom-loader
|-- 04-traceLogPos
`-- 05-autoExternalPlugin```
## 参考资料
- https://developer.mozilla.org/zh-CN/docs/Web
- https://nodejs.org/docs/latest-v16.x/api/all.html
- https://es6.ruanyifeng.com/
- https://www.typescriptlang.org/docs/handbook/utility-types.html
- https://promisesaplus.com/
- https://expressjs.com/
- https://koajs.com/## 许可证
MIT © 2022 Potter