mirror of
https://github.com/timeshiftsauce/CeruMusic.git
synced 2025-11-25 03:15:07 +08:00
35 lines
598 B
Markdown
35 lines
598 B
Markdown
|
|
# ceru-music
|
||
|
|
|
||
|
|
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)
|
||
|
|
|
||
|
|
## Project Setup
|
||
|
|
|
||
|
|
### Install
|
||
|
|
|
||
|
|
```bash
|
||
|
|
$ pnpm install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Development
|
||
|
|
|
||
|
|
```bash
|
||
|
|
$ pnpm dev
|
||
|
|
```
|
||
|
|
|
||
|
|
### Build
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# For windows
|
||
|
|
$ pnpm build:win
|
||
|
|
|
||
|
|
# For macOS
|
||
|
|
$ pnpm build:mac
|
||
|
|
|
||
|
|
# For Linux
|
||
|
|
$ pnpm build:linux
|
||
|
|
```
|