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

Gaokun Wang b6aaf10272 feat: 实现前端分页 5 days ago
.vscode 0ea324dadd fix: 删除冗余代码 1 week ago
build 6158a9a8b4 feat: 初始化项目 2 months ago
electron 3dbecbb869 style: 修改代码格式 1 month ago
public 0ea324dadd fix: 删除冗余代码 1 week ago
resources 6158a9a8b4 feat: 初始化项目 2 months ago
src b6aaf10272 feat: 实现前端分页 5 days ago
.editorconfig 6158a9a8b4 feat: 初始化项目 2 months ago
.gitignore 6158a9a8b4 feat: 初始化项目 2 months ago
.npmrc 6158a9a8b4 feat: 初始化项目 2 months ago
.prettierignore 8f91aa3e0e feat: 流程图布局 1 month ago
.prettierrc.yaml 8f91aa3e0e feat: 流程图布局 1 month ago
README.md df539a8cb3 feat: 子流程关联编辑 1 week ago
dev-app-update.yml df539a8cb3 feat: 子流程关联编辑 1 week ago
electron-builder.yml df539a8cb3 feat: 子流程关联编辑 1 week ago
electron.vite.config.ts 5c553f031e feat: 添加数据存储 5 days ago
eslint.config.mjs 6158a9a8b4 feat: 初始化项目 2 months ago
index.html 837e865116 feat: 添加路由守卫,修改目录 1 month ago
package-lock.json df539a8cb3 feat: 子流程关联编辑 1 week ago
package.json df539a8cb3 feat: 子流程关联编辑 1 week ago
tsconfig.json 6158a9a8b4 feat: 初始化项目 2 months ago
tsconfig.node.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 month ago
tsconfig.web.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 month ago

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