1 Star 0 Fork 7

suns-project/qiankun-template

forked from bordon/qiankun-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
bordon 提交于 2021-02-03 10:18 . feat: 新增非 webpack 构建的微应用
{
"name": "qiankun-template",
"version": "1.0.0",
"description": "qinakun 微前端解决方案示例",
"scripts": {
"install:vue2": "cd vue2 && npm install",
"install:vue3": "cd vue3 && npm install",
"install:main": "cd main && npm install",
"install:purehtml": "cd purehtml && npm install",
"install-all": "npm-run-all install:*",
"serve:main": "cd main && npm run serve",
"serve:vue3": "cd vue3 && npm run serve",
"serve:vue2": "cd vue2 && npm run serve",
"serve:purehtml": "cd purehtml && npm run serve",
"serve-all": "npm-run-all --parallel serve:*",
"build:main": "cd main && npm run build",
"build:vue3": "cd vue3 && npm run build",
"build:vue2": "cd vue2 && npm run build",
"build-all": "npm-run-all --parallel build:*"
},
"repository": {
"type": "git",
"url": "https://gitee.com/bordon.com/qiankun-template.git"
},
"keywords": [
"qiankun",
"vue",
"vue3",
"react"
],
"author": "bordon",
"license": "MIT",
"dependencies": {
"npm-run-all": "^4.1.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/suns-project/qiankun-template.git
[email protected]:suns-project/qiankun-template.git
suns-project
qiankun-template
qiankun-template
master

搜索帮助