2 Star 4 Fork 3

远川 / vue2_X6Flow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
远川 提交于 2021-04-21 00:01 . 初步改成自己喜欢的项目结构
{
"name": "antv-x6-vue2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/x6": "^1.13.1",
"@antv/x6-vue-shape": "^1.1.6",
"@vue/composition-api": "^1.0.0-rc.7",
"ant-design-vue": "^1.7.4",
"core-js": "^3.6.5",
"dagre": "^0.8.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
JavaScript
1
https://gitee.com/CrazyStudent13/vue2_-x6-flow.git
git@gitee.com:CrazyStudent13/vue2_-x6-flow.git
CrazyStudent13
vue2_-x6-flow
vue2_X6Flow
master

搜索帮助