Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin008 authored Dec 27, 2023
1 parent 3f7d3f4 commit 65346a2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<span>中文 | <a href="./README_EN.md">English</a></span>
</div>

⚡ 介绍
## ⚡ 介绍
这是一个非常适合学习的实战web项目,多门店点餐小程序,项目分三个部分,后端api是springboot3开发的,基于java17,前端有小程序部分和后台管理两个部分组成,都是基于vue3语法开发,后台管理使用自研的轻量级rbac管理,通过控制页面的路由,menu菜单,和自定义指令来控制页面和按钮的显示使用权限

📺 ## 视频教程:
## 📺 视频教程

| [前端后台管理](https://www.bilibili.com/video/BV1Su411q71n/?vd_source=3d16cd7d6ebde0316897b8802e5cde9b) | vue3+ts+elementPlus |
| -------------- | ------------ |
Expand All @@ -24,4 +24,16 @@
![image-20220817173534202](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/food/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E9%A2%84%E8%A7%88.jpg)


## 🚀 在线编译

```bash

# install dependencies
npm i

# start the service
npm run dev
```

## ✔️ 购买课程
(如需可以购买视频课程)[https://item.taobao.com/item.htm?ft=t&id=729843915509]

0 comments on commit 65346a2

Please sign in to comment.