We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dc3f7 commit 6c3be88Copy full SHA for 6c3be88
web/README-DEV.md
@@ -33,7 +33,6 @@
33
- 子应用可以配置自己的layout需要在应用router模块导出配置subAppRoutes
34
- 子应用支持使用自己的header,需要在config.json里配置模块路径
35
- 各应用需要使用iView作为UI库,并提供路由,国际化等配置写入config.json
36
-- 各应用间不要相互直接依赖,确有依赖通过lerna管理
37
- 可复用组件,资源需要合理放置,packages/shared 共享组件方法,修改需要注意影响
38
- 各应用路由应以应用名做统一前缀
39
- 各应用之间需要事件通信,应当在config.json 里声明对应module文件路径
@@ -51,11 +50,7 @@
51
50
52
```
53
# 安装依赖
54
-lerna bootstrap
55
-# 添加依赖通过lerna add 添加
56
-lerna add <package>[@version]
57
-# 指定组件添加依赖
58
-lerna add <package>[@version] --@scope=@dataspherestudio/workspace
+npm i
59
# 开发启动DSS
60
npm run serve
61
# 运行部分模块子应用,支持通过module组合。如科管版本:
web/lerna.json
0 commit comments