mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 08:06:32 +00:00

由于功能扩展,将`useAppStore`重命名为`useProfileStore`,以更好地反映其在应用程序中的作用。此外,更新了`infoPage.vue`和`mainWindow.vue`组件中对store的引用,以保持代码的一致性。
dsz-exam-composer
An Electron application with Vue and TypeScript
Recommended IDE Setup
注意事项
必须使用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
Languages
Vue
58.6%
TypeScript
36.6%
JavaScript
2.8%
HTML
1.5%
SCSS
0.5%