🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
t

translucent-vue

A Vue binding for translucent

1.0.0
latest
71

Supply Chain Security

100

Vulnerability

77

Quality

75

Maintenance

100

License

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Issues
0

translucent-vue

A Vue binding for byeolbit/translucent

For help you can have a look at the guide or join my discord server. If there is any issue with this library, please feel free to open an issue on github.

Install

Package manager

npm i -S translucent-vue

yarn add translucent-vue
// import
import { Plugin, Translucent } from "translucent-vue"
import "translucent-vue/src/styles.scss" // or dist/index.css

// require
const { Plugin, Translucent } = require("translucent-vue");
require("translucent-vue/src/styles.scss"); // or dist/index.css

Script tag

<script defer src="path/to/translucent-vue/dist/index.bundle.js"></script>
<link rel="stylesheet" href="path/to/translucent-vue/dist/index.css"/>

Basic demo

You can have a look at the very basic demo in the demo directory on github, or refer to the guide .

FAQs

Package last updated on 08 Feb 2020

Did you know?

Socket

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