Last active
May 9, 2020 19:37
-
-
Save gdonega/842b77ed8a07ee2e631a0ec1160c09a5 to your computer and use it in GitHub Desktop.
npm init's configuration
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
package name: electron-with-vue (foi o valor padrão pra mim) | |
version: 1.0.0 (é o valor padrão) | |
description: A base Electron project using Vue.js | |
entry point: index.js (é o valor padrão) | |
test command: (deixei vazio) | |
git repository: (deixei vazio) | |
keywords: (deixei vazio) | |
author: gdonega | |
license: ISC (é o valor padrão) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment