Skip to content
Snippets Groups Projects
package.json 1.6 KiB
Newer Older
Camille Blanchon's avatar
Camille Blanchon committed
  "version": "6.2.1",
  "private": true,
  "scripts": {
    "serve": "npm run init-proxy & npm run init-serve",
    "init-proxy": "lcp --credentials --proxyUrl http://127.0.0.1:8000 --origin http://localhost:8080 --proxyPartial ''",
    "init-serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {