UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

25 lines (24 loc) 602 B
{ "$schema": "http://json-schema.org/schema", "id": "angular-firebase-schematic-ng-add", "title": "Angular Firebase ng-add schematic", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "dev": { "type": "boolean", "default": false, "enum": [true, false], "description": "dev mode", "x-prompt": "Do you want to activate dev mode?" } }, "required": [], "additionalProperties": false }