Last active
June 10, 2020 02:28
-
-
Save gdonega/243a24dce46746d05029aee272f05d65 to your computer and use it in GitHub Desktop.
Primeiras alterações no package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "electron-with-vue", | |
"version": "1.0.0", | |
"description": "A base Electron project using Vue.js", | |
"main": "app.main.js", | |
"scripts": { | |
"start": "electron ." | |
}, | |
"author": "gdonega", | |
"license": "ISC", | |
"devDependencies": { | |
"electron": "^8.2.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment