1 Star 0 Fork 0

daning / form-generator-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
Mr_HJ 提交于 2020-02-12 12:06 . v1.0.4 支持本地存储
{
"name": "form-generator-plugin",
"displayName": "Form Generator Plugin",
"description": "Element UI可视化表单设计及代码生成器",
"version": "1.0.4",
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Other"
],
"author": {
"name": "JakHuang"
},
"activationEvents": [
"onCommand:extension.openFormGenerator"
],
"icon": "images/logo.png",
"main": "./extension.js",
"publisher": "jakHuang",
"homepage": "https://github.com/JakHuang/form-generator-plugin/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/JakHuang/form-generator-plugin"
},
"contributes": {
"configuration": {
"type": "object",
"title": "表单设计器配置",
"properties": {
"openFormGenerator.src": {
"type": "string",
"default": "https://mrhj.gitee.io/form-generator-plugin-page-2/#/",
"description": "设计器远程链接"
}
}
},
"commands": [
{
"command": "extension.openFormGenerator",
"title": "打开表单设计器"
}
],
"menus": {
"explorer/context": [
{
"command": "extension.openFormGenerator",
"group": "navigation"
}
]
}
},
"scripts": {
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.11.7",
"@types/vscode": "^1.0.0",
"eslint": "^6.6.0",
"glob": "^7.1.5",
"mocha": "^6.2.2",
"typescript": "^3.6.4",
"vscode-test": "^1.2.2"
},
"dependencies": {
"open": "^7.0.0"
}
}
1
https://gitee.com/nyhxiaoning/form-generator-plugin.git
git@gitee.com:nyhxiaoning/form-generator-plugin.git
nyhxiaoning
form-generator-plugin
form-generator-plugin
master

搜索帮助