Socket
Socket
Sign inDemoInstall

@maltjoy/vue

Package Overview
Dependencies
0
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @maltjoy/vue

Malt design system vue output from core library


Version published
Maintainers
2
Created

Readme

Source

@maltjoy/vue

EXPERIMENTAL !

This repository contains webcomponents wrapper for Vue 3, on top of @maltjoy/core.

Installation

Add this package to your project:

npm install @maltjoy/vue

Edit the main.js / main.ts file of your Vue 3 project like this:

import { createApp } from 'vue';
import App from './App.vue';
import { JoyCustomElementsLibrary } from '@maltjoy/vue';

createApp(App).use(JoyCustomElementsLibrary).mount("#app");

FAQs

Last updated on 24 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc