# simple-component-hurrinade

> ## Project setup ``` npm install --save simple-component-hurrinade ``` ### Import file to your project In main.(js/ts) import component and use it. ``` import { createApp } from "vue" import App from './App.vue' import HelloWorldSimple from "simple-compon

Latest version **0.2.4** (published 2022-08-08) · 0 weekly downloads

## Install

```sh
npm install simple-component-hurrinade
pnpm add simple-component-hurrinade
yarn add simple-component-hurrinade
bun add simple-component-hurrinade
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.4 |
| Published | 2022-08-08 |
| First published | 2022-08-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 419.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | hurrinade |

## Links

- npm: https://www.npmjs.com/package/simple-component-hurrinade
- npm.io page: https://npm.io/package/simple-component-hurrinade

## Dependencies (3)

- [vue](https://npm.io/package/vue.md) ^3.2.13
- [core-js](https://npm.io/package/core-js.md) ^3.8.3
- [vue-class-component](https://npm.io/package/vue-class-component.md) ^8.0.0-0

## Recent versions

- 0.2.4 (latest) — 2022-08-08
- 0.2.3 — 2022-08-08
- 0.2.2 — 2022-08-06
- 0.1.2 — 2022-08-06
- 0.1.1 — 2022-08-06
- 0.1.0 — 2022-08-06

## README

# simple-component

## Project setup
```
npm install --save simple-component-hurrinade
```
### Import file to your project
In main.(js/ts) import component and use it.
```
import { createApp } from "vue"
import App from './App.vue'
import HelloWorldSimple from "simple-component-hurrinade"

const app = createApp(App)
app.use(HelloWorldSimple)
app.mount(#app)
```
### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Usage
Component can be used with tag ```"<hello-world-simple>"``` inside any component.
It can have one property ```msg``` that will be displayed as header text.

```
<hello-world-simple msg="I have done it" />
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

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