v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Client

Initialize a new Vue application with @vue/cli

post/client/boilerplate/init/vue

Request body

typestring

The type of client: monopackage or twopackage

namestring

The name of the Vue application that will be generated

outputstring

Name of your final Vue application folder.

Example request

{
  "type": "twopackage",
  "name": "pizzeria-website",
  "output": "vue-client"
}

Response

Success