Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 415 Bytes

ConsentStack Website

A vue.js application to host the consentstack CMP project website and documentation app.

Install Scripts

  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "deploy": "vue-cli-service build && vuepress build docs"
  },