- 新增 ByteToHexView.vue 页面组件,实现JSON对象到十六进制字符串转换 - 在路由配置中注册 byte-to-hex 路径 - 在侧边栏菜单中添加字节对象转Hex导航项 - 实现JSON对象解析和十六进制转换核心逻辑 - 添加示例数据和自动转换功能 - 集成复制结果到剪贴板功能
flask-ui
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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