hello8693 4c33a21225 chore(commitlint): 移除pre-commit脚本中的空行
移除`.husky/pre-commit`文件中的空行,以确保提交钩子脚本的稳定性。
2024-08-05 18:26:41 +08:00

788 B

dsz-exam-composer

An Electron application with Vue and TypeScript

注意事项

必须使用Yarn包管理。Node版本要求为20。

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux