如何在 IntelliJ 中创建 MeteorJS 项目?
How do I create a MeteorJS project in IntelliJ?
我想在 IntelliJ IDEA Ultimate 14.1 中创建一个 MeteorJS 项目,但它没有显示在 "New Projects" 模板中:
我安装了 MeteorJS 并在其他地方 运行,但我无法找到通过 IDEA 创建 MeteorJS 项目的方法。
是definitely supported,我哪里做错了?
默认情况下,Meteor 插件不是 IDEA 的一部分。
Here 它说:
Note: The plugin is a part of WebStorm IDE and you don't need install it manually for WebStorm
如果您不使用 WebStorm,则应安装该插件。
您可以通过执行以下操作来完成此操作:
Go to the Preferences menu (CMD , in OSX)
Click the "Plugins" section in the left pane
Click "Install Jetbrains plugin..." in the right panel in the lower
left
Search for "Meteor" in the search box
Click "Install plugin" in the right box
我想在 IntelliJ IDEA Ultimate 14.1 中创建一个 MeteorJS 项目,但它没有显示在 "New Projects" 模板中:
我安装了 MeteorJS 并在其他地方 运行,但我无法找到通过 IDEA 创建 MeteorJS 项目的方法。
是definitely supported,我哪里做错了?
默认情况下,Meteor 插件不是 IDEA 的一部分。
Here 它说:
Note: The plugin is a part of WebStorm IDE and you don't need install it manually for WebStorm
如果您不使用 WebStorm,则应安装该插件。
您可以通过执行以下操作来完成此操作:
Go to the Preferences menu (CMD , in OSX)
Click the "Plugins" section in the left pane
Click "Install Jetbrains plugin..." in the right panel in the lower left
Search for "Meteor" in the search box
Click "Install plugin" in the right box