vue-cli-plugin-apicloud
Version:
vue-cli 3 plugin to add apicloud
21 lines (20 loc) • 434 B
JSON
{
"name": "vue-cli-plugin-apicloud",
"version": "1.1.2",
"description": "vue-cli 3 plugin to add apicloud",
"main": "index.js",
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/app-case-community/vue-cli-plugin-apicloud.git"
},
"keywords": [
"apicloud",
"vue"
],
"author": "Zhe Zhu",
"license": "MIT",
"devDependencies": {
"vue": "^2.6.10"
}
}