创建 /启动Visual Studio 2022的项目
我有一个视觉工作室,其中有几个项目(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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
orwmr
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.