Polimar js

Polymer is an open-source JavaScript library for building web applications using Web Components. The library is being developed by Google developers and contributors on GitHub. Modern design principles are implemented as a separate project using Google's Material Design design principles.

Developer(s): Google and contributors
Initial release: May 29, 2015; 5 years ago
License: 3-Clause BSD
 

Who uses polymer?

 In simple language polymer is used to implement web components, Material Design, and to create reusable components.It allows to create our own custom elements easily using the HTML, CSS, and JavaScript for adding interactions to the element.

 Polymer elements are a set of visual and non-visual elements designed to work with the layout, user interaction, selection, and scaffolding applications.It is created by Google that provides cross-browser compatible applications along with the web components.

Some polymers are tough, while others are strong. When designing new materials, one often has to make trade-offs between strength and toughness. One may have to sacrifice a little strength so a product will be tougher, for example. ... An example of a copolymer that combines the properties of two materials is spandex.It provides both one-way and two-way data binding.

They are far lighter than their steel counterparts. On average, they are also significantly less expensive. They are also far more dependable and will not rust over time. These are only a few of the many reasons why so many people have turned to polymer handguns, such as Glock, for their firearm needs.      

Features of Polymer.js:

It is a JavaScript library built on top of the web standards APIs that allow building custom HTML elements.

It provides the polyfills (web component specifications) for creating our own customized and reusable elements.

It uses the web component standards for the creation of reusable widgets in web documents and web applications

It uses Google material design for the development of hybrid mobile application

It distributes the custom elements across the network and the users can use these elements with the help of HTML Imports.

Building for Deployment:

To build your project for deployment, polymer build command is an easier way, which will minify, compile, or bundle your code depending on the command line flags.

To create a universal build that works on all browsers, use the following command.

polymer build --js-compile
polymer serve build/default

The above command will build the project to build/default and you can start this directory, using the following command. 

Polymer.js . Basic understanding. What are web components ? | by Vinay  Jadhav | nonstopio | Medium 

No comments:

Post a Comment

Popular

Pages