@exmg/exmg-cms-breadcrumbs
v8.0.1
Published
Element to display breadcrumbs navigation
Downloads
4
Readme
EXMG CMS BREADCRUMBS
Please visit the API Documentation and demo page for more information.
Install the Polymer-CLI
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
Viewing Your Element
$ polymer serve
or
$ npm run start
Running Tests
$ polymer test
or
$ npm run test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.