Skip to content

Commit c1b3a7f

Browse files
committed
修改README.md,添加预览图片
1 parent 9087d45 commit c1b3a7f

2 files changed

Lines changed: 10 additions & 23 deletions

File tree

README.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
# frontend
1+
# Vue3 多标签页
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
Vue3 多标签页解决方案
44

5-
## Recommended IDE Setup
5+
## 特色
66

7-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
7+
- 支持路由多开,无需使用onActivated重新加载数据
8+
- 支持使用router.push直接打开标签页
9+
- 标签页支持组件内设置标题
10+
- 支持鼠标中间关闭,鼠标滚轮滚动,切换自动居中
11+
- 标签页支持保存,刷新页面加载缓存的标签页
812

9-
## Customize configuration
13+
## 预览
1014

11-
See [Vite Configuration Reference](https://vite.dev/config/).
15+
![](./imgs/01.png)
1216

13-
## Project Setup
14-
15-
```sh
16-
pnpm install
17-
```
18-
19-
### Compile and Hot-Reload for Development
20-
21-
```sh
22-
pnpm dev
23-
```
24-
25-
### Compile and Minify for Production
26-
27-
```sh
28-
pnpm build
29-
```

imgs/01.png

53.3 KB
Loading

0 commit comments

Comments
 (0)