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

Gaokun Wang 323b290899 fix: 取消调试 il y a 6 jours
.vscode 0ea324dadd fix: 删除冗余代码 il y a 2 semaines
build 6158a9a8b4 feat: 初始化项目 il y a 2 mois
electron 323b290899 fix: 取消调试 il y a 6 jours
public 0ea324dadd fix: 删除冗余代码 il y a 2 semaines
resources 6158a9a8b4 feat: 初始化项目 il y a 2 mois
src 812ed455fa fix: 跨域问题 il y a 6 jours
.editorconfig 6158a9a8b4 feat: 初始化项目 il y a 2 mois
.gitignore 6158a9a8b4 feat: 初始化项目 il y a 2 mois
.npmrc 6158a9a8b4 feat: 初始化项目 il y a 2 mois
.prettierignore 8f91aa3e0e feat: 流程图布局 il y a 1 mois
.prettierrc.yaml 8f91aa3e0e feat: 流程图布局 il y a 1 mois
README.md df539a8cb3 feat: 子流程关联编辑 il y a 1 semaine
dev-app-update.yml df539a8cb3 feat: 子流程关联编辑 il y a 1 semaine
electron-builder.yml df539a8cb3 feat: 子流程关联编辑 il y a 1 semaine
electron.vite.config.ts 812ed455fa fix: 跨域问题 il y a 6 jours
eslint.config.mjs 2c21f73310 fix: 格式化 il y a 6 jours
index.html 812ed455fa fix: 跨域问题 il y a 6 jours
package-lock.json 50a17128d3 feat: JSOn导出,XML导出, 保存,新增 il y a 6 jours
package.json 50a17128d3 feat: JSOn导出,XML导出, 保存,新增 il y a 6 jours
tsconfig.json 6158a9a8b4 feat: 初始化项目 il y a 2 mois
tsconfig.node.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 il y a 1 mois
tsconfig.web.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 il y a 1 mois

README.md

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