如何在GCP中托管我的Angular 4 Web应用程序

时间:2018-06-04 10:43:56

标签: angular typescript google-cloud-platform

我想通过谷歌云平台托管我的网站,但我的代码是打字稿(Angular 4)。任何人都知道如何在GCP中托管angular 4网站请建议我

2 个答案:

答案 0 :(得分:0)

  • 安装friebase-tools

      

    npm install -g firebase-tools

  • go project dir,init setting并选择Hosting

      

    firebase init

  • 将角网络发布到firebase主机

      

    firebase部署

  • 完成!! :)

了解详情:  https://firebase.google.com/docs/cli/

答案 1 :(得分:-1)

如果您提供有关网站的更多详细信息,那将非常有用。如果它是静态的,您可以使用Google Cloud Storage

如果不是,您可以使用App Engine flexible Node.jsApp Engine flexible Custom Runtime。使用自定义运行时“使用Java,Python,Node.js,Go或其他语言的替代实现”。

无论如何,我建议你开始做“快速入门”以熟悉解决方案。