Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created April 24, 2018 22:34
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/77f0dd619ed3153e8ba137256b751805 to your computer and use it in GitHub Desktop.
Save mikeal/77f0dd619ed3153e8ba137256b751805 to your computer and use it in GitHub Desktop.
Dev script for package.json Vue.js Electron demo.
{ "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