关于javascript:如何将-SAP-电商云-Spartacus-UI-部署到-tomcat-上运行

34次阅读

共计 452 个字符,预计需要花费 2 分钟才能阅读完成。

首先执行命令行 yarn build:libs, 将所有的 libraries 进行构建,大略须要破费 10 分钟工夫。

而后再应用命令行 yarn build 构建 storefrontapp:

全副胜利之后,storefrontapp 文件夹:

将文件夹下全副资源文件,拷贝到 tomcat webapps 文件夹下。

拜访 url localhost:8080/spa/index.html, 发现
读取不到这些和 index.html 在同一目录下的 css 文件:

须要设置 index.html 里这个 base href 属性。

办法是,在 package.json 里定义一个新的 build script,如下图所示:

"build:jerry": "env-cmd --no-override -e dev,b2c,$SPA_ENV ng build storefrontapp --configuration production --base-href /jerryspa/",

指定 base href 的值为 jerryspa:

之后就工作了:


更多 Jerry 的原创文章,尽在:” 汪子熙 ”:

正文完
 0