vue-cli-plugin-cobra-router
Version:
Vue CLI plugin, Support automatic generation of international routing table and dynamic update of meta information
37 lines (36 loc) • 744 B
JSON
{
"name": "vue-cli-plugin-cobra-router",
"version": "1.1.5",
"description": "Vue CLI plugin, Support automatic generation of international routing table and dynamic update of meta information",
"main": "index.js",
"files": [
"index.js",
"prompts.js",
"generator"
],
"repository": {
"type": "git",
"url": "https://github.com/xbc30/vue-cli-plugin-cobra-router.git"
},
"keywords": [
"vue",
"cli",
"router",
"lang",
"i18n",
"auto-routing"
],
"author": {
"name": "Cobra"
},
"license": "MIT",
"homepage": "https://github.com/xbc30/vue-cli-plugin-cobra-router#readme",
"dependencies": {
"chalk": "^2.4.2",
"eslint": "^6.1.0",
"prettier": "2.0.5"
},
"peerDependencies": {
"vue-auto-routing": "0.x"
}
}