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

Gaokun Wang 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
.vscode 8071661ca1 feat: 集成TDesign-UI 1 ay önce
build 6158a9a8b4 feat: 初始化项目 2 ay önce
electron 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
resources 6158a9a8b4 feat: 初始化项目 2 ay önce
src 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
.editorconfig 6158a9a8b4 feat: 初始化项目 2 ay önce
.gitignore 6158a9a8b4 feat: 初始化项目 2 ay önce
.npmrc 6158a9a8b4 feat: 初始化项目 2 ay önce
.prettierignore 6158a9a8b4 feat: 初始化项目 2 ay önce
.prettierrc.yaml 6158a9a8b4 feat: 初始化项目 2 ay önce
README.md 6158a9a8b4 feat: 初始化项目 2 ay önce
dev-app-update.yml 6158a9a8b4 feat: 初始化项目 2 ay önce
electron-builder.yml 6158a9a8b4 feat: 初始化项目 2 ay önce
electron.vite.config.ts 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
eslint.config.mjs 6158a9a8b4 feat: 初始化项目 2 ay önce
index.html 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
package-lock.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
package.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
tsconfig.json 6158a9a8b4 feat: 初始化项目 2 ay önce
tsconfig.node.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay önce
tsconfig.web.json 5301cc9ec4 feat: 集成tailwind;修改项目目录结构 1 ay ö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