mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 14:06:34 +00:00
43 lines
936 B
Markdown
43 lines
936 B
Markdown
# dsz-exam-composer
|
||
|
||
An Electron application with Vue and TypeScript
|
||
|
||
## Recommended IDE Setup
|
||
|
||
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
|
||
|
||
## 注意事项
|
||
|
||
必须使用Yarn包管理。Node版本要求为20。
|
||
|
||
## Project Setup
|
||
|
||
### Install
|
||
|
||
```bash
|
||
$ yarn
|
||
```
|
||
|
||
### Development
|
||
|
||
```bash
|
||
$ yarn dev
|
||
```
|
||
|
||
### Build
|
||
|
||
```bash
|
||
# For windows
|
||
$ yarn build:win
|
||
|
||
# For macOS
|
||
$ yarn build:mac
|
||
|
||
# For Linux
|
||
$ yarn build:linux
|
||
```
|
||
|
||
## 说明
|
||
|
||
如果dev模式页面不显示或按钮点击无效等问题,请连续刷新至少3次后再进行操作。build后没有此问题。
|