# vtools
**Repository Path**: ektx/vtools
## Basic Information
- **Project Name**: vtools
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: v4
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-14
- **Last Updated**: 2021-06-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vTools V4
> V4 用于兼容 iserver v9版本
此项目是 [iservers](https://github.com/ektx/iServer) 的渲染功能页面。
## 启动项目
```sh
# 安装依赖
yarn install
# 运行服务
yarn run serve
```
## 项目构建
```sh
yarn run build
```
## 文件说明
```bash
vTools
│
├── src 开发内容
│ │
│ ├── assets 内嵌内容
│ │
│ ├── components 组件内容
│ │
│ ├── pages 业务内容
│ │
| ├── router 路由
│ │
│ └── store 状态
│
├── public 静态资源
│
└── dist 生成文件
```
### 快捷键功能
| 按键 | 功能 |
| :--- | :--- |
| ⌘ F | 查询功能 |
| ⌘ V | 预览HTML文件 |
| / | 返回根目录功能 |
| ◀︎ | 返回上级目录 |
| ▲ 或 ▼ | 快速选择文件列表 |
| ▶︎ | 浏览器历史记录前进与后退 🚧 |