简体   繁体   English

如何将角度项目从vscode发布到stackblitz?

[英]How to publish angular project from vscode to stackblitz?

Stackblitz turning out to be a great tool for angular. Stackblitz原来是一个伟大的角度工具。 It provides immense support to view angular project from GitHub. 它为从GitHub查看角度项目提供了巨大的支持。

Is there a way to directly publish angular app from vscode ? 有没有办法从vscode直接发布角度应用程序?

No, not yet. 还没有。 The API of stackblitz would provide such a functionality but nobody has created an extension for vs code yet to do so. stackblitz的API将提供这样的功能,但是没有人为vs代码创建扩展,但尚未这样做。

Also see John Papas Twitter-Post to what you are requesting: https://twitter.com/John_Papa/status/974024490324840450 另请参阅John Papas Twitter-Post,了解您的要求: https//twitter.com/John_Papa/status/974024490324840450

until now you will need to deploy it to github and then from there you can run it as stackblitz. 到现在为止你需要将它部署到github,然后从那里你可以运行它作为stackblitz。

lets say your repository url is https://github.com/myusername/my-repo you can directly run it on stackblitz when you change the url to https://stackblitz.com/github/myusername/my-repo 让说你的版本库URL是https://github.com/myusername/my-repo您可以直接在stackblitz运行它时,你将网址更改为https://stackblitz.com/github/myusername/my-repo

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM