Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ektx/vtools

iServer 渲染页面
https://github.com/ektx/vtools

Last synced: about 1 month ago
JSON representation

iServer 渲染页面

Awesome Lists containing this project

README

        

# vTools

此项目是 [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文件 |
| / | 返回根目录功能 |
| ◀︎ | 返回上级目录 |
| ▲ 或 ▼ | 快速选择文件列表 |
| ▶︎ | 浏览器历史记录前进与后退 🚧 |