创建 /启动Visual Studio 2022的项目

发布于 2025-01-22 13:28:19 字数 169 浏览 0 评论 0原文

我有一个视觉工作室,其中有几个项目(API等)。

我想在此解决方案中添加一个预先项目,因此我可以同时启动所有这些项目。

如何使用Visual Studio 2022制作一个预先项目? 我可以生成一个React项目,但是对于一个预告症是否可以做同样的事情?

如果是这样,我必须如何做?

I have a Visual Studio with several projects inside of it (APIs, etc).

I want to add a Preact project to this solution, so I'm available to launch all of them at the same time.

How can I make a Preact project using Visual Studio 2022?
I can generate a React project, but is it possible to do the same for a Preact one?

If so, how do I have to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她比我温柔 2025-01-29 13:28:19

Visual Studio没有菜单项用于创建一个预先项目,否。您可以使用想要的任何工具( preaeact-cli wmr是潜在的第一方选项,但是您是免费使用您想要的任何东西),然后您可以将运行/构建配置添加到IDE,与任何节点脚本相同。

Visual Studio has no menu item for creating a Preact project, no. You can create one using whatever tools you'd like (preact-cli or wmr are potential first-party options, but you're free to use whatever you'd like) and then you can add the run/build configurations to your IDE, same as any Node script.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文