初步实现功能
This commit is contained in:
11
package.json
11
package.json
@ -4,7 +4,9 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"cd renderer && npm run dev\" \"wait-on http://localhost:5173 && electron .\""
|
||||
"dev": "concurrently \"cd renderer && npm run dev\" \"wait-on http://localhost:5173 && electron .\"",
|
||||
"build": "cd renderer && npm run build && electron-builder",
|
||||
"start": "electron ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,9 +22,14 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"electron": "^37.2.5",
|
||||
"vue": "^3.5.18"
|
||||
"vue": "^3.5.18",
|
||||
"concurrently": "^8.0.0",
|
||||
"vite": "^4.0.0",
|
||||
"wait-on": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron": "^37.2.5",
|
||||
"vue": "^3.5.18",
|
||||
"fs-extra": "^11.3.1",
|
||||
"howler": "^2.2.4",
|
||||
"path": "^0.12.7"
|
||||
|
Reference in New Issue
Block a user