@nx-plus/vue
Version:
Vue plugin for Nx
25 lines (24 loc) • 570 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"$id": "Vuex",
"title": "Vuex Options Schema",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project you would like to add Vuex to",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "What project would you like to add Vuex to?"
},
"skipFormat": {
"type": "boolean",
"description": "Skip formatting files",
"default": false
}
},
"required": ["project"]
}