Is there an IDE for working with Polymer?

I recently started working with polymer. I want to know any IDE that can be used to work with the polymer. Can anyone suggest me?

+6
source share
2 answers

Chrome Dev Editor has added the Polymer Designer feature to .html files so you can use it even while offline. However, it is no longer actively developing .

I use CDE as my main IDE for web development instead of Sublime, mainly because I can use it even on my Chromebooks (+ basic git and bower integration)

Edit: Another plus of CDE is that it comes with a bunch of templates to launch a new project using polymer

+4
source

Check out the polymer constructor .

This is pretty surprising, you can even add your own components to it. Here's a guide on how to do this.

Also, make sure you watch this video from Rob Dodson. He demonstrated a lot of interesting things in Polymer, and one of them is Designer.

+2
source

Source: https://habr.com/ru/post/979042/


All Articles