Blog

All Vaadin components are now available on NPM

By  
Marcus Hellberg
Marcus Hellberg
·
On Aug 7, 2018 2:00:00 PM
·

As you may have noticed, we have migrated all of Vaadin's components to Polymer 3. This means that you can now install the components through NPM.

npm install @vaadin/vaadin-core

NPM is the standard package manager for front-end dependencies. The move will make it easier to use Vaadin components in frameworks like Angular or Vue. It also means that you are able to use build tools like Webpack without extra configuration.

This change only applies to developers using the WebComponent API. The Java API and component usage in Flow remains the same.

Read more about using Vaadin components in Angular, Vue, and React:

Browse all components

Marcus Hellberg
Marcus Hellberg
Marcus is the VP of Developer Relations at Vaadin. His daily work includes everything from writing blogs and tech demos to attending events and giving presentations on all things Vaadin and web-related. You can reach out to him on Twitter @marcushellberg.
Other posts by Marcus Hellberg