Angular CLI:7.2.3 节点:10.14.1 操作系统:Darwin x64 角度:7.2.2
我当前的index.html的基本href设置为<base href="/" />
,我的应用运行在http://localhost:port/
是否有可能让我的应用同时在本地和生产版本的http://localhost:port/
和http://localhost:port/something/
上运行,而在构建或ng serve
时不必设置--base-href标志?
答案 0 :(得分:0)
您可以使用
ng build --prod --base-href any value
i.e ng build --prod --base-href ./