UNPKG

@edbzn/nuxt

Version:

<img src="https://github.com/edbzn/nx-nuxt/blob/master/logo.png" alt="@edbzn/nuxt logo" width="500" />

19 lines (18 loc) 430 B
{ "$schema": "https://json-schema.org/draft-07/schema", "$id": "https://json-schema.org/draft-07/schema", "title": "Build builder", "description": "Build a Nuxt.js app", "type": "object", "properties": { "root": { "description": "The source root", "type": "string" }, "outputPath": { "description": "The distribution build directory", "type": "string" } }, "required": [] }