本文介绍了部署aurelia.cli构建的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我建立了一个没有后端的简单aurelia网页,我现在对投入生产很感兴趣.我使用Aurelia-cli进行捆绑,希望这很简单,但是我不确定如何进行.我应将哪些文件上载到服务器以使站点正常工作?感谢您的帮助.
I have built a simple aurelia web page without a back end, and I am now interested in going into production. I used Aurelia-cli for bundling, hoping this would be simple, but I am not sure how to proceed. Which files should I upload to the server to have the site working? Thanks for the help.
推荐答案
简而言之:
-
au build --env prod
- 将
index.html
复制到服务器上的主部署文件夹中 - 将
/scripts
文件夹复制到同一位置.
au build --env prod
- copy the
index.html
to your main deployment folder on your server - copy the
/scripts
folder to the same location.
这篇关于部署aurelia.cli构建的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!