C/S架构,测试用例应用

Gaokun Wang 04d6bc8ece fix: 格式化 1 hafta önce
.vscode 8071661ca1 feat: 集成TDesign-UI 1 hafta önce
build 6158a9a8b4 feat: 初始化项目 2 hafta önce
electron 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 hafta önce
public e7e07b4aaa feat: 引入mxgraph 1 hafta önce
resources 6158a9a8b4 feat: 初始化项目 2 hafta önce
src 04d6bc8ece fix: 格式化 1 hafta önce
.editorconfig 6158a9a8b4 feat: 初始化项目 2 hafta önce
.gitignore 6158a9a8b4 feat: 初始化项目 2 hafta önce
.npmrc 6158a9a8b4 feat: 初始化项目 2 hafta önce
.prettierignore 8f91aa3e0e feat: 流程图布局 1 hafta önce
.prettierrc.yaml 8f91aa3e0e feat: 流程图布局 1 hafta önce
README.md 6158a9a8b4 feat: 初始化项目 2 hafta önce
dev-app-update.yml 6158a9a8b4 feat: 初始化项目 2 hafta önce
electron-builder.yml 6158a9a8b4 feat: 初始化项目 2 hafta önce
electron.vite.config.ts 8f91aa3e0e feat: 流程图布局 1 hafta önce
eslint.config.mjs 6158a9a8b4 feat: 初始化项目 2 hafta önce
index.html 837e865116 feat: 添加路由守卫,修改目录 1 hafta önce
package-lock.json e7e07b4aaa feat: 引入mxgraph 1 hafta önce
package.json e7e07b4aaa feat: 引入mxgraph 1 hafta önce
tsconfig.json 6158a9a8b4 feat: 初始化项目 2 hafta önce
tsconfig.node.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 hafta önce
tsconfig.web.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 hafta önce

README.md

test-case-app

An Electron application with Vue and TypeScript

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux