Skip to content

A starter setup for a library of web components built with LitElement.

Notifications You must be signed in to change notification settings

pnewsam/web-component-library-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Component Library Starter

A starter kit for bootstrapping a library of native Web Components to be reused across web projects. This kit uses LitElement, and includes polyfills necessary to support all evergreen browsers, as well as IE11.

To learn more about Web Components, check out MDN or Google. LitElement is created and distributed by the Polymer team at Google.

Get Started

  1. Clone the repository.
git clone [email protected]:pnewsam/web-component-library-starter.git
  1. Install the dependencies.
yarn install
  1. Run the dev server.
yarn start

Build your components in the components/ directory, and be sure to import them in the entrypoint at src/index.js. When you are finished developing, you can run yarn build and simply clone the build/ folder into any project.

About

A starter setup for a library of web components built with LitElement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published