
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
Run the command below in your terminal to install YzProUI first
npm install yz-pro-ui --save
Import in your entry script file and register it
import YzProUI from 'yz-pro-ui'
import "yz-pro-ui/lib/styles/yz-pro-ui.css"
Vue.use(YzProUI)
<l-button>click</l-button>
Firstly, you should install babel-plugin-component in your project.
npm install babel-plugin-component
Configure your .babelrc file like this
{
"plugins": [
["component", {
"libraryName": "yz-pro-ui",
"libDir": "lib",
"styleLibrary": {
"name": "styles",
"base": false, // no base.css file
"path": "[module].css"
}
}]
]
}
The you can import component on demand, and you don't need to care about importing styles, the babel plugin will do it automaticly.
import Vue from 'vue'
import { YzFlow } from 'yz-pro-ui'
Vue.component('yz-flow', YzFlow)
FAQs
another light weight vue.js component library
The npm package yz-pro-ui receives a total of 0 weekly downloads. As such, yz-pro-ui popularity was classified as not popular.
We found that yz-pro-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.