# w2p-components

> Install dependencies by running:

Latest version **0.1.2** (published 2021-11-21) · 0 weekly downloads

## Install

```sh
npm install w2p-components
pnpm add w2p-components
yarn add w2p-components
bun add w2p-components
```

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2021-11-21 |
| First published | 2021-11-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 28 |
| Unpacked size | 21.3 MB |
| Known vulnerabilities | 0 (+25 in 3 direct dependencies) |
| Install scripts | yes |
| Maintainers | imarkovic96 |

## Links

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

## Dependencies (28)

- [qs](https://npm.io/package/qs.md) ^6.10.1
- [vue](https://npm.io/package/vue.md) ^2.6.11
- [axios](https://npm.io/package/axios.md) ^0.21.1
- [pinia](https://npm.io/package/pinia.md) ^0.5.4
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [pintura](https://npm.io/package/pintura.md) file:local_modules/pintura
- [svgxuse](https://npm.io/package/svgxuse.md) ^1.2.6
- [vue-pdf](https://npm.io/package/vue-pdf.md) ^4.3.0
- [date-fns](https://npm.io/package/date-fns.md) ^2.25.0
- [vue-i18n](https://npm.io/package/vue-i18n.md) ^8.26.3
- [collider2d](https://npm.io/package/collider2d.md) ^1.1.1
- [intersects](https://npm.io/package/intersects.md) ^2.7.2
- [jsonschema](https://npm.io/package/jsonschema.md) github:tdegrunt/jsonschema
- [portal-vue](https://npm.io/package/portal-vue.md) ^2.1.7
- [vue-router](https://npm.io/package/vue-router.md) ^3.2.0
- [lodash.flow](https://npm.io/package/lodash.flow.md) ^3.5.0
- [lodash.last](https://npm.io/package/lodash.last.md) ^3.0.0
- [vue-pintura](https://npm.io/package/vue-pintura.md) file:local_modules/vue-pintura
- [@tiptap/core](https://npm.io/package/@tiptap/core.md) ^2.0.0-beta.102
- [vue-js-modal](https://npm.io/package/vue-js-modal.md) ^2.0.1
- [@carbon/icons](https://npm.io/package/@carbon/icons.md) ^10.37.0
- [@tiptap/vue-2](https://npm.io/package/@tiptap/vue-2.md) ^2.0.0-beta.48
- [lodash.remove](https://npm.io/package/lodash.remove.md) ^4.7.0
- [vue-clickaway](https://npm.io/package/vue-clickaway.md) ^2.2.2
- [lodash.findindex](https://npm.io/package/lodash.findindex.md) ^4.6.0
- [throttle-debounce](https://npm.io/package/throttle-debounce.md) ^3.0.1
- [@tiptap/starter-kit](https://npm.io/package/@tiptap/starter-kit.md) ^2.0.0-beta.101
- [@vue/composition-api](https://npm.io/package/@vue/composition-api.md) ^1.1.4

## Recent versions

- 0.1.2 (latest) — 2021-11-21
- 0.1.1 — 2021-11-21

## README

# wc (web components)

#### Project setup

Install dependencies by running:

```
npm install
```

Start developing with HMR support:
```
npm run serve
```

### Storybook development flow

For development of stories use `npm run storybook`

This will allow you  to make changes in your code, while being able to preview them locally on a port `6006`
(*if necesarry this port can be changed in package scripts command*)

To build a storybook for deployment, use:
`npm run build-storybook` command
Youd build will find place in `./storybook-static` folder, in the root of your project

If you want to take a look at your built files locally you can install `serve`:
`npm install -g serve`
Then from the mentioned `storybook-static` folder run:
`serve .` (*notice the dot char*)

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