Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created April 24, 2018 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeal/51c72c96879e94a41686b58e98b1eab6 to your computer and use it in GitHub Desktop.
Save mikeal/51c72c96879e94a41686b58e98b1eab6 to your computer and use it in GitHub Desktop.
Install step for Vue.js and Electron
npm install -g @vue/cli
vue create my-project
cd my-project
npm install electron
@GuidoS
Copy link

GuidoS commented Oct 16, 2018

It would be helpful to add "-d" to "vue create my-project". This will make sure that the interactive menu does not get kicked off stopping the install process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment