vue-cli-plugin-app-config
Version:
一个vue项目配置文件管理的解决方案,可方便开发者在本地环境/测试环境/投产环境等多种配置里面快速切换
23 lines (22 loc) • 617 B
JSON
{
"name": "vue-cli-plugin-app-config",
"version": "1.0.16",
"description": "一个vue项目配置文件管理的解决方案,可方便开发者在本地环境/测试环境/投产环境等多种配置里面快速切换",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/Ivorzk/vue-cli-plugin-app-config.git"
},
"keywords": [
"vue",
"config",
"suwis"
],
"author": "ivorzk@qq.com",
"license": "(MIT)"
}