3 Star 12 Fork 13

骚年 / wfd-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Steven Kwok 提交于 2020-02-25 18:53 . 暂时不更新到新版g6
{
"name": "wfd-vue",
"version": "1.0.12",
"private": false,
"description": "a workflow designer base on @antv/g6",
"main": "dist/wfd-vue.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve example/main.js",
"build-example": "vue-cli-service build example/main.js --dest docs",
"build": "vue-cli-service build --target lib --name wfd-vue src/index.js",
"test": "vue-cli-service test:unit"
},
"files": [
"dist"
],
"authors": {
"name": "guozhaolong",
"email": "guozhaolong@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/guozhaolong/wfd-vue/issues"
},
"homepage": "https://github.com/guozhaolong/wfd-vue#readme",
"directories": {
"example": "example"
},
"keywords": [
"vue",
"workflow",
"diagram",
"g6"
],
"author": "stevenkwok",
"repository": {
"type": "git",
"url": "git+https://github.com/guozhaolong/wfd-vue.git"
},
"dependencies": {
"@antv/g6": "~3.1.3",
"@antv/util": "~1.3.1",
"element-ui": "^2.12.0",
"vue": "^2.6.10"
},
"peerDependencies": {},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"core-js": "^3.3.2",
"node-sass": "^4.12.0",
"numericjs": "^1.2.6",
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}
1
https://gitee.com/zhiredegongertouji/wfd-vue.git
git@gitee.com:zhiredegongertouji/wfd-vue.git
zhiredegongertouji
wfd-vue
wfd-vue
master

搜索帮助