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

wanggaokun a89c031e09 集成 lint 2 ay önce
.husky a89c031e09 集成 lint 2 ay önce
.vscode 6158a9a8b4 feat: 初始化项目 2 ay önce
build 6158a9a8b4 feat: 初始化项目 2 ay önce
resources 6158a9a8b4 feat: 初始化项目 2 ay önce
src a89c031e09 集成 lint 2 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
commitlint.config.cjs a89c031e09 集成 lint 2 ay önce
dev-app-update.yml 6158a9a8b4 feat: 初始化项目 2 ay önce
electron-builder.yml 6158a9a8b4 feat: 初始化项目 2 ay önce
electron.vite.config.ts a89c031e09 集成 lint 2 ay önce
eslint.config.mjs 6158a9a8b4 feat: 初始化项目 2 ay önce
package-lock.json a89c031e09 集成 lint 2 ay önce
package.json a89c031e09 集成 lint 2 ay önce
tsconfig.json 6158a9a8b4 feat: 初始化项目 2 ay önce
tsconfig.node.json a89c031e09 集成 lint 2 ay önce
tsconfig.web.json a89c031e09 集成 lint 2 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