光电挠度仪上位机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
cles c2810a00f2 feat: 更新描述文档,基本布局 2 months ago
.vscode feat: 工程初始化 2 months ago
build feat: 工程初始化 2 months ago
resources feat: 工程初始化 2 months ago
src feat: 更新描述文档,基本布局 2 months ago
.editorconfig feat: 工程初始化 2 months ago
.gitignore feat: 工程初始化 2 months ago
.npmrc feat: 工程初始化 2 months ago
.prettierignore feat: 工程初始化 2 months ago
.prettierrc.yaml feat: 工程初始化 2 months ago
README.md feat: 更新描述文档,基本布局 2 months ago
dev-app-update.yml feat: 工程初始化 2 months ago
electron-builder.yml feat: 工程初始化 2 months ago
electron.vite.config.mjs feat: 工程初始化 2 months ago
eslint.config.mjs feat: 工程初始化 2 months ago
package-lock.json feat: 更新描述文档,基本布局 2 months ago
package.json feat: 更新描述文档,基本布局 2 months ago

README.md

有源标靶上位机软件

快速开始

安装

  1. 克隆仓库
git clone https://gitea.anxinyun.cn/qinjian/FlexometerSetup.git
  1. 安装依赖
cd FlexometerSetup
npm install
  1. 开发
npm run dev
  1. 打包应用
npm run build:目标平台
# 目标平台可选:win32, linux, mac详见 package.json