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

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

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