简体   繁体   English

我可以在 GoDaddy 共享主机上托管 Aurelia 应用程序吗?

[英]Can I host Aurelia app on GoDaddy shared hosting?

I'm planning to pick up a cool Client Framework so I'm considering Aurelia with Typescript and Webpack for bundling.我打算选择一个很酷的客户端框架,所以我正在考虑将 Aurelia 与 Typescript 和 Webpack 捆绑在一起。 Can I host an aurelia app on GoDaddy shared hosting plan?我可以在 GoDaddy 共享托管计划上托管 aurelia 应用程序吗? If yes, how can I go about it and if no, please what other hosting options do I have?如果是,我怎么能 go 关于它,如果没有,请问我还有哪些其他托管选项?

Yes of course.是的当然。 Aurelia is bundled into plain css/html/js using Webpack/Babel/Gulp (Depending on your CLI Options) Aurelia 使用 Webpack/Babel/Gulp 捆绑到纯 css/html/js 中(取决于您的 CLI 选项)

You will take the output of that (usually put into a dist folder once running your build) and that is what you'll use inside your /www/ (this is the most common place) folder inside your hosting solution.您将使用其中的 output(通常在运行构建后放入 dist 文件夹),这就是您将在托管解决方案中的 /www/(这是最常见的位置)文件夹中使用的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用 Godaddy 共享主机 URL 访问 node.js 网络服务器 - Can't access node.js webserver with godaddy shared hosting URL 准备 Laravel 应用程序以在共享托管平台上托管 - preparing laravel app for hosting on a shared hosting platform 在Firebase托管的Angular应用上托管Unity WebGl - Host Unity WebGl on Angular app on Firebase hosting 在共享主机上托管laravel 5应用程序:出现js错误“未定义tinymce” - Hosting laravel 5 app on shared hosting: getting js error “tinymce is not defined” 如何使用业力在我的Aurelia应用程序中获得代码覆盖率结果? - How can I get code coverage results in my Aurelia app using karma? 我如何要求用户在使用Aurelia.js应用关闭窗口之前进行确认 - How can I ask users to confirm before closing the window with Aurelia.js app 如何在 cpanel 主机上部署 Next js 应用程序 - How can I deploy Next js app on cpanel hosting 我如何从引导程序和 aurelia 应用程序中获取行和父宽度 - how can i get row and parent width from bootstrap and aurelia app 如何在Aurelia中使用Promises? - How can I use Promises in Aurelia? 仅在托管应用程序时出现错误,而在我的本地主机中却没有 - Errors only when hosting app but not in my local host
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM