web-components-boilerplate
v1.0.6
Published
A reusable boilerplate for building web components.
Readme
Web Component Boilerplate
A reusable boilerplate for building web components.
Features
- ESM*based structure
- Linting for JavaScript, styles, and Markdown
- Documentation support
- Testing setup
- Release process
Getting Started
- Clone this repo.
- Install dependencies:
npm install. - Replace
MyComponent.jsinsrc/with your custom web component code.
Scripts
npm run lint: Runs all linters.npm test: Runs tests.npm run build: Builds the web component.npm run release: Prepares a new release.
