Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdonega/243a24dce46746d05029aee272f05d65 to your computer and use it in GitHub Desktop.
Save gdonega/243a24dce46746d05029aee272f05d65 to your computer and use it in GitHub Desktop.
Primeiras alterações no package.json
{
"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