shikong 32fa46e715 前端项目起手式: 初始化 Vite + Vue + TypeScript 项目
- 添加了项目结构和基本配置
- 创建了 App.vue 和 HelloWorld.vue组件
- 配置了Vite 和 TypeScript
- 添加了 VSCode 推荐扩展
- 创建了 Git 仓库并添加了 .gitignore 文件
2025-07-20 22:06:34 +08:00
2025-07-20 20:08:41 +08:00
2025-07-20 20:08:41 +08:00
2025-07-20 21:01:02 +08:00
2024-08-05 17:41:17 +08:00
2025-07-20 21:01:02 +08:00

项目依赖安装

pip install -r requirements.txt

requirements.txt

pip install pipreqs
pipreqs ./ --encoding=utf8

使用 uiautomator2 通过 adb 连接安卓设备

uiautomator2 是基于 uiautomator 的 Python 封装,可以用来对安卓设备进行自动化测试。

可视化辅助工具 (选其中一个安装即可)

uiautodev

安装
pip3 install -U uiautodev
运行
uiauto.dev

python3 -m uiautodev

weditor

安装
git clone https://github.com/openatx/weditor
pip3 install -e weditor
运行
weditor
Description
No description provided
Readme 138 KiB
Languages
Python 73.1%
Vue 11.9%
CSS 10%
HTML 2.9%
TypeScript 2.1%