936 B
Raw Permalink Blame History

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

说明

如果dev模式页面不显示或按钮点击无效等问题请连续刷新至少3次后再进行操作。build后没有此问题。