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

后端 未结 5 1959
独厮守ぢ
独厮守ぢ 2021-02-13 00:09

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

相关标签:
5条回答
  • 2021-02-13 00:59
    • IDEA 12 Ultimate: "New Project" -> "Web Module"
    • IDEA 13 Ultimate: "New Project" -> "Static Web"
    • IDEA 14 Ultimate: "New Project" -> "Static Web"

    0 讨论(0)
  • 2021-02-13 01:03

    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 01:10

    IntelliJ IDEA Ultimate 2020.1

    Entries named 'Static Web' in the File | New | Project.. dialog were renamed to 'JavaScript'.

    For generic static Web projects, you need to select a new JavaScript project in this dialog.

    0 讨论(0)
  • 2021-02-13 01:11

    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 01:13

    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)
提交回复
热议问题