Skip to content
Snippets Groups Projects
package.json 1.53 KiB
Newer Older
Sébastien DA ROCHA's avatar
Sébastien DA ROCHA committed
  "version": "2.3.1",
  "private": true,
  "scripts": {
    "serve": "npm run init-proxy & npm run init-serve",
    "init-proxy": "lcp  --proxyUrl http://localhost:8000 --origin http://localhost:8080 --proxyPartial ''",
    "init-serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {