构建Ember应用程序时,输出将放在dist
文件夹中。我可以使用此输出并将其粘贴到服务器上的IIS中而无需安装节点吗?我知道在开发过程中我需要安装node.js.如果我在IIS中托管,我问生产主机服务器是否需要node.js?
答案 0 :(得分:2)
构建的Ember应用程序(select t1.price from price_levels t1
where t1.product_id = @X and price_level = (select max(price_level)
from price_levels t2 where t1.product_id = t2.product_id)
文件夹的内容)由可以静态提供的文件组成,因此不需要node.js。
您应该能够在没有问题的情况下使用IIS提供服务,只需确保在使用历史记录API(location: 'auto'
/location: history
)时正确配置路由。