加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-mfe",
"version": "1.1.1",
"description": "A micro-frontend implementation based on Vue.js.",
"sideEffects": false,
"main": "dist/vue-mfe.common.js",
"module": "dist/vue-mfe.esm.js",
"unpkg": "dist/vue-mfe.js",
"jsdelivr": "dist/vue-mfe.js",
"scripts": {
"publish-lab": "npm version patch && npm publish --registry=http://172.16.0.132:18081/repository/npm-lab/ && npm run git-push",
"git-push": "git add . && git commit -m \"update: publish package\" && git push",
"example": "cd example/root-app/src && vue serve --open",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node build/watch.js",
"dev": "rollup -wm -c build/rollup.dev.config.js",
"build": "node build/build.js",
"lint": "eslint src test examples",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"files": [
"dist",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/vuchan/vue-mfe"
},
"keywords": [
"vue-mfe",
"micro-frontend",
"vue-micro-frontend",
"vue micro frontend"
],
"author": "givingwu@gmail.com",
"dependencies": {
"path-to-regexp": "^3.0.0",
"vue-router": "^3.0.6"
},
"devDependencies": {
"camelcase": "^5.3.1",
"rollup": "^0.56.4",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-replace": "^2.0.0",
"rollup-watch": "^4.0.0",
"terser": "^3.17.0",
"vuepress": "^0.14.11"
},
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化