1.2.0 • Published 12 months ago

@honorlock/elements v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i --save @honorlock/elements

Build Instructions

npm run build

Usage

import '@honorlock/elements'

<honorlock-elements></honorlock-elements>

CDN

Using CDN with the lastest version

<script type="module" src="https://unpkg.com/@honorlock/elements"></script>

<honorlock-elements></honorlock-elements>

Using CDN with a specific version

<script type="module" src="https://unpkg.com/@honorlock/elements/@x.x.x"></script>

<honorlock-elements></honorlock-elements>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

1.2.0

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

0.2.0

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago