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

wanggaokun a89c031e09 集成 lint 2 週間 前
.husky a89c031e09 集成 lint 2 週間 前
.vscode 6158a9a8b4 feat: 初始化项目 2 週間 前
build 6158a9a8b4 feat: 初始化项目 2 週間 前
resources 6158a9a8b4 feat: 初始化项目 2 週間 前
src a89c031e09 集成 lint 2 週間 前
.editorconfig 6158a9a8b4 feat: 初始化项目 2 週間 前
.gitignore 6158a9a8b4 feat: 初始化项目 2 週間 前
.npmrc 6158a9a8b4 feat: 初始化项目 2 週間 前
.prettierignore 6158a9a8b4 feat: 初始化项目 2 週間 前
.prettierrc.yaml 6158a9a8b4 feat: 初始化项目 2 週間 前
README.md 6158a9a8b4 feat: 初始化项目 2 週間 前
commitlint.config.cjs a89c031e09 集成 lint 2 週間 前
dev-app-update.yml 6158a9a8b4 feat: 初始化项目 2 週間 前
electron-builder.yml 6158a9a8b4 feat: 初始化项目 2 週間 前
electron.vite.config.ts a89c031e09 集成 lint 2 週間 前
eslint.config.mjs 6158a9a8b4 feat: 初始化项目 2 週間 前
package-lock.json a89c031e09 集成 lint 2 週間 前
package.json a89c031e09 集成 lint 2 週間 前
tsconfig.json 6158a9a8b4 feat: 初始化项目 2 週間 前
tsconfig.node.json a89c031e09 集成 lint 2 週間 前
tsconfig.web.json a89c031e09 集成 lint 2 週間 前

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