[Google i/o 2014]
Recently in google i/0 2014,Google has launched a material design if you don't know what am i talking about just check this Link:Google Material Design. In which they had launched a project named polymer through which you can eaasily create a dynamic material design apps.You can check out another website name Google design where you can find all the information about material design like documentation & examples.for Google design follow this link:Google Design.There are also many apps which is already created by google and other developers using material design like gmail,inbox & chrome etc.Now let's see how you can create your first polymer project:
[Google Material Design app]
(1) Download Google Chrome if you have not installed it.
(4)After installing the extension,you will see the screen like this:
[Polymer Blank Project]
(5) Now Go to navigation panel on upper left side and click on New Project.
(6) Give any name to the new project and under Project Type>>Select:(JavaScript Web App(Using Polymer Paper Elements)) and click on Create,you can select any type as per requirement but just for example i am gonna select this one.
[New Project]
(7)Now click on Index.html and click on button as shown in image below:
[Click on this button]
(8) Now you can see a simple and effective interface where you can just drag material designed paper elements and drop in project area.you can also set properties and styles as per your requirements.When you are done click on Generate button which is at right corner of the screen and this will automatically generate code for you.this code is stored in folder where you have save the project,so anytime you can use it.
[Polymer Project]
Note:If your chrome dev editor closed frequently,it is just because of your pc may be of slower processor and it may have x32 bit operating system.
COMMENTS