can show screen with Electron

This commit is contained in:
2022-09-12 20:36:26 +02:00
parent fb69de40d0
commit a9ad4a968a
5 changed files with 107 additions and 51 deletions
+7 -1
View File
@@ -1,10 +1,16 @@
{
"main": "main.js",
"version": "0.1",
"author": "Lei PAN",
"description": "爱马仕约会",
"scripts": {
"start": "node main.js"
"start": "electron ."
},
"dependencies": {
"@nodegui/nodegui": "^0.57.1",
"axios": "^0.27.2",
"beepbeep": "^1.3.0",
"electron": "^20.1.3",
"mongodb": "^4.9.1",
"mongoose": "^6.5.4",
"node-xlsx": "^0.21.0",