Book Image

Getting Started with Polymer

By : Arshak Khachatrian
Book Image

Getting Started with Polymer

By: Arshak Khachatrian

Overview of this book

<p>Polymer is a library that helps you develop fast, responsive applications for the desktop and mobile web. It uses the Web Components specifications for the components and Material Design concepts to create a beautiful user interface.</p> <p>This focused, fast-paced guide deals with Polymer web components. We will cover layouts, attributes, elements, and handling touch and gesture events. You will also see how to build custom web components and applications using Polymer. Don’t want to code? You can make the most of the Polymer Designer Tool app and create your own app without coding at all. Finally, you will see how you can improve your Polymer application by reading the best practices from Google Polymer team.</p> <p>By the end of this book, you will be equipped with all the necessary skills to use Polymer to create custom web components.</p>
Table of Contents (16 chapters)
Getting Started with Polymer
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


Let's recap what we covered in this chapter.

You learned how to download Dart, how to install it in your operating system, how to configure Polymer.dart, how to structure the project folder, and how to use Dart to create a Polymer app.

In the next chapter, we will explore the best practices of how to write clean and awesome code with high performance and with minimal bugs.