1 Star 2 Fork 2

wocwin/wocwin-qiankun-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
wocwin 提交于 2024-07-05 10:54 . init
{
"name": "wocwin-qiankun-v3",
"version": "1.0.0",
"description": "wocwin-Vue3技术栈实现的前端微应用架构。",
"scripts": {
"install": "npm-run-all install:* ",
"install:main": "cd main && pnpm install",
"install:vue2": "cd wocwin-vue2 && pnpm install",
"install:vue3": "cd wocwin-admin && pnpm install",
"start": "npm-run-all start:* ",
"start:main": "cd main && start cmd /k pnpm serve",
"start:vue2": "cd wocwin-vue2 && start cmd /k pnpm serve",
"start:vue3": "cd wocwin-admin && start cmd /k pnpm serve",
"deploy": "deploy.sh",
"build:all": "npm-run-all build:* ",
"build:main": "cd main && pnpm prod",
"build:vue2": "cd wocwin-vue2 && pnpm prod",
"build:vue3": "cd wocwin-admin && pnpm prod"
},
"repository": {
"type": "git",
"url": "https://github.com/wocwin/wocwin-qiankun-v3.git"
},
"homepage": "https://wocwin.github.io/wocwin-qiankun-v3/",
"keywords": [
"vue",
"vue3",
"vite",
"webpack",
"t-ui",
"qiankun",
"element-ui",
"vitepress",
"ts",
"es6",
"element-plus",
"ant-design-vue"
],
"author": "wocwin",
"license": "MIT",
"devDependencies": {
"sass": "1.26.5",
"sass-loader": "8.0.2",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"qs": "^6.10.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wocwin/wocwin-qiankun-v3.git
git@gitee.com:wocwin/wocwin-qiankun-v3.git
wocwin
wocwin-qiankun-v3
wocwin-qiankun-v3
master

搜索帮助