# @eds-practice/edsw-service-practice

> Webcomponent edsw-service following open-wc recommendations

Latest version **0.0.5** (published 2022-07-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @eds-practice/edsw-service-practice
pnpm add @eds-practice/edsw-service-practice
yarn add @eds-practice/edsw-service-practice
bun add @eds-practice/edsw-service-practice
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2022-07-21 |
| First published | 2022-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 53.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | edsw-service |
| Maintainers | minimalkim.dev |

## Links

- npm: https://www.npmjs.com/package/@eds-practice/edsw-service-practice
- npm.io page: https://npm.io/package/@eds-practice/edsw-service-practice

## Dependencies (1)

- [lit](https://npm.io/package/lit.md) ^2.0.2

## Recent versions

- 0.0.5 (latest) — 2022-07-21
- 0.0.3 — 2022-07-21
- 0.0.0 — 2022-07-19

## README

# \<edsw-service>

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
npm i edsw-service
```

## Usage

```html
<script type="module">
  import 'edsw-service/edsw-service.js';
</script>

<edsw-service></edsw-service>
```

## Testing with Web Test Runner

To execute a single test run:

```bash
npm run test
```

To run the tests in interactive watch mode run:

```bash
npm run test:watch
```

## Demoing with Storybook

To run a local instance of Storybook for your component, run

```bash
npm run storybook
```

To build a production version of Storybook, run

```bash
npm run storybook:build
```


## 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`

```bash
npm start
```

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

---
_Source: https://npm.io/package/@eds-practice/edsw-service-practice · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
