1 Star 2 Fork 0

大漠穷秋 / module-federation-plugin-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
大漠穷秋 提交于 2023-04-06 21:43 . lock node module versions
{
"name": "ngx-mfe-demo",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start:shell": "ng serve shell -o --port 8090",
"start:mfe1": "ng serve mfe1 -o --port 8091",
"start:all": "concurrently \"npm run start:shell\" \"npm run start:mfe1\" ",
"build:shell": "ng build shell",
"build:mfe1": "ng build mfe1",
"build": "npm run build:shell && npm run build:mfe1",
"serve:dist": "concurrently \"serve dist/shell -l 8090 -s\" \"serve dist/mfe1 -l 8091 -s\" ",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"run:all": "node node_modules/@angular-architects/module-federation/src/server/mf-dev-server.js"
},
"private": true,
"dependencies": {
"@angular-architects/module-federation": "14.3.0",
"@angular/animations": "14.0.0",
"@angular/common": "14.0.0",
"@angular/compiler": "14.0.0",
"@angular/core": "14.0.0",
"@angular/forms": "14.0.0",
"@angular/platform-browser": "14.0.0",
"@angular/platform-browser-dynamic": "14.0.0",
"@angular/router": "14.0.0",
"@nrwl/workspace": "10.3.0",
"concurrently": "5.3.0",
"rxjs": "6.6.0",
"tslib": "2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1400.0",
"@angular-devkit/build-angular": "14.0.0",
"@angular/cli": "14.0.0",
"@angular/compiler-cli": "14.0.0",
"@types/jasmine": "3.5.0",
"@types/jasminewd2": "2.0.3",
"@types/node": "12.11.1",
"codelyzer": "6.0.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.0",
"karma": "6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "1.5.0",
"ngx-build-plus": "14.0.0",
"protractor": "7.0.0",
"serve": "11.3.2",
"ts-node": "8.3.0",
"tslint": "6.1.0",
"typescript": "4.7.3"
}
}
JavaScript
1
https://gitee.com/mumu-osc/module-federation-plugin-example.git
git@gitee.com:mumu-osc/module-federation-plugin-example.git
mumu-osc
module-federation-plugin-example
module-federation-plugin-example
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891