Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ektx/vtools
iServer 渲染页面
https://github.com/ektx/vtools
Last synced: about 1 month ago
JSON representation
iServer 渲染页面
- Host: GitHub
- URL: https://github.com/ektx/vtools
- Owner: ektx
- Created: 2019-01-20T12:06:51.000Z (almost 6 years ago)
- Default Branch: v3.5
- Last Pushed: 2022-12-11T23:21:24.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:20:03.568Z (9 months ago)
- Language: Vue
- Size: 3.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.MD
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文件 |
| / | 返回根目录功能 |
| ◀︎ | 返回上级目录 |
| ▲ 或 ▼ | 快速选择文件列表 |
| ▶︎ | 浏览器历史记录前进与后退 🚧 |