Skip to content

Instantly share code, notes, and snippets.

View DarkVss's full-sized avatar
💊
world has gone mad...

Marcus Moriarty DarkVss

💊
world has gone mad...
  • Dreamland of heaven hell
View GitHub Profile
"scripts": {
"serve": "vue-cli-service serve",
"build:client": "env VUE_CLI_SERVICE_CONFIG_PATH=\"**Insert full path to vue.configClient.js**\" vue-cli-service build",
"build:admin": "env VUE_CLI_SERVICE_CONFIG_PATH=\"**Insert full path to vue.configAdmin.js**\" vue-cli-service build",
"build:all": "npm run build:client && npm run build:admin",
"lint": "vue-cli-service lint"
},