Created
April 24, 2018 22:34
-
-
Save mikeal/77f0dd619ed3153e8ba137256b751805 to your computer and use it in GitHub Desktop.
Dev script for package.json Vue.js Electron demo.
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
{ "scripts": | |
{ "dev": "NODE_ENV=DEV vue-cli-service serve & sleep 5 && NODE_ENV=DEV electron app.js" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment