1 Star 0 Fork 10

大鱼吃小鱼/vxe-table-docs

forked from XE/vxe-table-docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2022-02-22 22:06 . update
{
"name": "vxe-table-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"build:v1": "cd v1 && npm run build:main",
"build:v2": "cd v2 && npm run build:main",
"build:v3": "cd v3 && npm run build:main",
"build:v4": "cd v4 && npm run build:main",
"build:other3": "cd other3 && npm run build:main",
"build:other4": "cd other4 && npm run build:main",
"update:v1": "cd v1 && npm install",
"update:v2": "cd v2 && npm install",
"update:v3": "cd v3 && npm install",
"update:v4": "cd v4 && npm install",
"update:other3": "cd other3 && npm install",
"update:other4": "cd other4 && npm install",
"build": "npm run build:other3 && npm run build:other4 && npm run build:v1 && npm run build:v2 && npm run build:v3 && npm run build:v4 && gulp build_docs",
"deploy": "npm run update:other3 && npm run update:other4 && npm run update:v1 && npm run update:v2 && npm run update:v3 && npm run update:v4 && npm run build"
},
"devDependencies": {
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wbyc816/vxe-table-docs.git
git@gitee.com:wbyc816/vxe-table-docs.git
wbyc816
vxe-table-docs
vxe-table-docs
main

搜索帮助