How to create a static web project in IntelliJ Idea 13?

后端 未结 4 864
礼貌的吻别
礼貌的吻别 2021-02-13 00:40

I would like to use IntelliJ Idea 13 (community edition preferably, but I would also like to know if this is only available in the professional edition) instead of WebStorm. The

相关标签:
4条回答
  • 2021-02-13 00:54

    For those using IntelliJ IDEA 14.x.x Community Edition, the "Static Web" option in Projects or Modules only seems to show up after the Phonegap/Cordova Plugin has been installed (Settings->Plugins->Browse repositories).

    0 讨论(0)
  • 2021-02-13 00:56

    As Andrey mentioned, HTML+CSS+JS support is only provided in Idea Ultimate. No additional plugins have to be installed (unless you need Vue.js support or like to use Live Edit - these plugins, along with some others, are not bundled with Idea and have to be installed from the repository (Preferences | Plugins))

    0 讨论(0)
  • 2021-02-13 00:59

    As alexbk said for 15.x.x it remains the same. You also have to install Phonegap/Cordova Plugin in (Settings->Plugins->Browse repositories) and restarting Intellij IDEA afterwards.

    0 讨论(0)
  • 2021-02-13 01:00
    • IDEA 12 Ultimate: "New Project" -> "Web Module"
    • IDEA 13 Ultimate: "New Project" -> "Static Web"
    • IDEA 14 Ultimate: "New Project" -> "Static Web"

    0 讨论(0)
提交回复
热议问题