https://github.com/jsjzh/tiny-codes
tiny-codes
https://github.com/jsjzh/tiny-codes
Last synced: 7 months ago
JSON representation
tiny-codes
- Host: GitHub
- URL: https://github.com/jsjzh/tiny-codes
- Owner: jsjzh
- Created: 2021-04-16T02:37:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:43:52.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:21:49.772Z (9 months ago)
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny-codes
## 说明
这个仓库具体都会用来放小 demo 的代码,由于可能会有很多不同课题的 demo,所以这里就用 branch 来作区分
由于 `node_modules` 会被加入 `.gitignore` 列表,所以不同的 demo 或许需要重新安装依赖
## Demo
```
git clone -b demo/xxx https://github.com/jsjzh/tiny-codes.git
```- demo/catch-code-error
- demo/study-post-request