# meos_design

> Wecome to Meos Design. Initial packaging design was based on [this blog](https://medium.com/justfrontendthings/how-to-create-and-publish-your-own-vuejs-component-library-on-npm-using-vue-cli-28e60943eed3)

Latest version **1.0.0** (published 2019-08-30) · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-08-30 |
| First published | 2019-06-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 3.6 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | wilhelm_meos |

## Links

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

## Dependencies (13)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [uuid4](https://npm.io/package/uuid4.md) ^1.1.4
- [vue-mq](https://npm.io/package/vue-mq.md) ^1.0.1
- [core-js](https://npm.io/package/core-js.md) ^2.6.5
- [vue-router](https://npm.io/package/vue-router.md) ^3.0.7
- [vue-svgicon](https://npm.io/package/vue-svgicon.md) ^4.0.0-alpha.3
- [vue-toasted](https://npm.io/package/vue-toasted.md) ^1.1.27
- [vue-js-modal](https://npm.io/package/vue-js-modal.md) ^1.3.31
- [material-icons](https://npm.io/package/material-icons.md) ^0.3.1
- [v-click-outside](https://npm.io/package/v-click-outside.md) ^2.1.3
- [html-webpack-plugin](https://npm.io/package/html-webpack-plugin.md) 4.0.0-alpha
- [svg-to-vue-component](https://npm.io/package/svg-to-vue-component.md) ^0.3.8
- [@yzfe/vue-svgicon-loader](https://npm.io/package/@yzfe/vue-svgicon-loader.md) ^1.0.0-alpha.1

## Recent versions

- 1.0.0 (latest) — 2019-08-30
- 0.2.1 — 2019-07-12
- 0.2.0 — 2019-07-12
- 0.1.0 — 2019-06-14

## README

# meos_design

Wecome to Meos Design. Initial packaging design was based on [this blog](https://medium.com/justfrontendthings/how-to-create-and-publish-your-own-vuejs-component-library-on-npm-using-vue-cli-28e60943eed3)

## How to use

To view examples of how to use the components simply run:
```bash
npm install
npm run server
```


## Publish new version

- See what user you are logged in as
```
> npm whoami
```

- Build bundle
```
npm run build_bundle
```

- Publish package
```
npm publish --access public
```

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