Socket
Socket
Sign inDemoInstall

vue-demi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-demi - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "vue-demi",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/index.cjs.js",

@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts",

@@ -1,7 +0,19 @@

# vue-demi
<p align="center">
<img src="./assets/logo.png" width="200"/>
</p>
<h1 align="center">Vue Demi</h1>
<h4 align="center">
[![npm](https://img.shields.io/npm/v/vue-demi)](https://www.npmjs.com/package/vue-demi)
</h4>
<p align="center">
<b>Vue Demi</b> (<i>half</i> in French) is a developing utility that allows you to write <b>Universal Vue Plugins</b> for Vue 2 and 3. See more details in <a href='https://antfu.me/posts/make-libraries-working-with-vue-2-and-3'>this blog post</a>.
</p>
> 🚧 Expiremental
`Vue Demi` ("half" in French) is a plugin development utility that allows you to write Vue plugins for Vue 2 and 3 without worry about users' installed version. See more details in [this blog](https://antfu.me/posts/make-libraries-working-with-vue-2-and-3).
## Usage

@@ -11,2 +23,8 @@

```bash
npm i vue-demi
# or
yarn add vue-demi
```
```json

@@ -13,0 +31,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