Created
April 24, 2018 22:28
-
-
Save mikeal/51c72c96879e94a41686b58e98b1eab6 to your computer and use it in GitHub Desktop.
Install step for Vue.js and Electron
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
npm install -g @vue/cli | |
vue create my-project | |
cd my-project | |
npm install electron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.