Skip to content

Commit

Permalink
docs: 📝 添加项目依赖更新使用方法
Browse files Browse the repository at this point in the history
  • Loading branch information
huishanyi committed Mar 28, 2024
1 parent efe9715 commit 200ec6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ mb-admin 的定位是后台集成方案,不太适合当基础模板来进行
- [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用
- [Element-Plus](https://element-plus.org/) - element-plus 基本使用
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法
- [UnoCSS](https://unocss.dev/) - 熟悉 UnoCSS 即时按需原子 CSS 引擎

## 安装和使用

Expand Down Expand Up @@ -96,6 +97,12 @@ npx cz
npm run release
```

- 项目依赖更新

```bash
npx npm-check-updates -i --format
```

## 更新日志

[更新日志](./CHANGELOG.md)
Expand Down

0 comments on commit 200ec6f

Please sign in to comment.