我正在使用这个有角度的4种子应用程序:https : //github.com/2sic/app-tutorial-angular4-hello-dnn
它使用webpack并正常工作。
它似乎只提供dev文件,而不提供dist /文件夹。
我想提供dist文件夹。
不确定执行此操作的命令或我是否需要安装精简服务器或其他工具。
我运行以下命令来创建dist文件夹(工作正常):
g build --prod --aot --output-hashing=none
现在,我想在浏览器中运行此构建。
I use the VS Code extension Live Server.
ng build
which will output thedist/
folder withindex.html
dist/
folder