# @enab/systemapps

> ## Development

Latest version **1.0.1-beta.3** (published 2022-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @enab/systemapps
pnpm add @enab/systemapps
yarn add @enab/systemapps
bun add @enab/systemapps
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1-beta.3 |
| Published | 2022-09-05 |
| First published | 2022-09-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 11 |
| Unpacked size | 64.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Hasan Alkarnosy |
| Maintainers | fatma_nawfal, i_zeus, a7med3bd, ste7een, gruceing |

## Links

- npm: https://www.npmjs.com/package/@enab/systemapps
- npm.io page: https://npm.io/package/@enab/systemapps

## Dependencies (11)

- [@nuxt/kit](https://npm.io/package/@nuxt/kit.md) npm:@nuxt/kit-edge@latest
- [@pinia/nuxt](https://npm.io/package/@pinia/nuxt.md) ^0.4.1
- [@unocss/nuxt](https://npm.io/package/@unocss/nuxt.md) ^0.44.0
- [@vueuse/core](https://npm.io/package/@vueuse/core.md) ^9.1.1
- [@vueuse/nuxt](https://npm.io/package/@vueuse/nuxt.md) ^9.1.1
- [@nuxtjs/supabase](https://npm.io/package/@nuxtjs/supabase.md) ^0.1.23
- [@unocss/inspector](https://npm.io/package/@unocss/inspector.md) ^0.44.2
- [@nuxtjs/color-mode](https://npm.io/package/@nuxtjs/color-mode.md) ^3.1.4
- [@unocss/preset-web-fonts](https://npm.io/package/@unocss/preset-web-fonts.md) ^0.44.1
- [@unocss/preset-typography](https://npm.io/package/@unocss/preset-typography.md) ^0.44.1
- [@unocss/preset-attributify](https://npm.io/package/@unocss/preset-attributify.md) ^0.44.1

## Recent versions

- 1.0.1-beta.3 (latest) — 2022-09-05
- 1.0.1-beta.2 — 2022-09-04
- 1.0.1-beta.1 — 2022-09-04

## README

# Nuxt Module

## Development

- `yarn install`
- Update the following:
    1. `package.json`: change `@enab/module-starter` to `@enab/your-module-name`.
    2. `src/module.ts`: change `module-starter` and `moduleStarter`.
    3. `components/ModuleName`: change directory name `ModuleName` to your module name.
- `yarn dev:prepare`
- `yarn dev`

* Your playground inside `playground` folder.

# Additions

in `playground/classes/App.ts` : add `points: number ;` to `class` and `this.points = args.points ?? 0` to the constructor .

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