Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maibornwolff/mwui-vue

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maibornwolff/mwui-vue - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

package.json
{
"name": "@maibornwolff/mwui-vue",
"version": "0.1.6",
"version": "0.1.7",
"description": "Vue specific wrapper for mwui",

@@ -24,3 +24,3 @@ "repository": {

"dependencies": {
"@maibornwolff/mwui-stencil": "^0.1.5"
"@maibornwolff/mwui-stencil": "^0.1.6"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -10,7 +10,14 @@ [![npm](https://img.shields.io/npm/v/@maibornwolff/mwui-vue?color=blue)](https://www.npmjs.com/package/@maibornwolff/mwui-vue)

```bash
npm i @maibornwolff/mwui-stencil
npm i @maibornwolff/mwui-vue
```
```JavaScript
import { MwuiComponents } from '@maibornwolff/mwui-vue';
import '@maibornwolff/mwui-stencil/dist/mwui-stencil/mwui-stencil.css';
createApp(App).use(MwuiComponents).mount('#app');
```
You can then use your components within vue:

@@ -17,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc