Phpstorm Jade without node.js
On your page: https://www.jetbrains.com/webstorm/help/using-jade-template-engine.html it says to use node.js.
Is there a way to do this without node.js.
请先登录再写评论。
On your page: https://www.jetbrains.com/webstorm/help/using-jade-template-engine.html it says to use node.js.
Is there a way to do this without node.js.
请先登录再写评论。
Well, Jade is Node.js template engine, not sure what's the reason for using it without Node.js.
You don't need NodeJS plugin for creating/editing .jade files in PHPStorm.
But you still need Node.js/NMP to install Jade CLI. See https://github.com/jadejs/jade#readme
See also http://stackoverflow.com/questions/16993357/jade-lang-in-a-regular-web-app-without-node, http://www.quora.com/Is-it-possible-to-use-the-Jade-template-engine-without-NodeJS-or-is-there-an-alternative-which-can-be-used-without-NodeJS for some tips
Thank you.
The simple answer to the node.js is that I had just heard of Jade and watched a couple of videos on youtube and the person doing that wasn't using node.js.
The other answer is the simple: just to learn jade.