# alertui

> basic alert with es6

Latest version **0.1.1** (published 2018-07-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install alertui
pnpm add alertui
yarn add alertui
bun add alertui
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2018-07-17 |
| First published | 2018-07-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 42.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Manu Sunny |
| Maintainers | manu.sunny |

## Links

- npm: https://www.npmjs.com/package/alertui
- npm.io page: https://npm.io/package/alertui

## Dependencies (1)

- [babel-upgrade](https://npm.io/package/babel-upgrade.md) 0.0.19

## Recent versions

- 0.1.1 (latest) — 2018-07-17
- 0.1.0 — 2018-07-17

## README

This is a boilerplate for developing a component, built with webpack4 , es6 and sass.

1. npm run dev - for devlopment mode
        some ubuntu machines have a problem with watching file changes, run below command to fix the issue.

        echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
2. npm run build -  for production mode
3. npm run test  -  testing with jest

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