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