Files
flaskProject/flask-ui
YanLongChangAn cb67026821 feat(router): 添加字节对象转Hex功能页面
- 新增 ByteToHexView.vue 页面组件,实现JSON对象到十六进制字符串转换
- 在路由配置中注册 byte-to-hex 路径
- 在侧边栏菜单中添加字节对象转Hex导航项
- 实现JSON对象解析和十六进制转换核心逻辑
- 添加示例数据和自动转换功能
- 集成复制结果到剪贴板功能
2026-08-15 09:31:09 +08:00
..

flask-ui

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint