feat: add semver.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-28 14:41:28 +08:00
parent c7be3f3761
commit 94ea0c0ce8
4 changed files with 118 additions and 3 deletions

View File

@ -60,13 +60,13 @@ npm install [包名]
安装后存放位置
```
```bash
node_modules/[包名]
```
npmjs 下载地址
```
```bash
https://registry.npmjs.org/[包名]/-/[包名]-[version].tgz
```
<!--rehype:className=wrap-text-->